Skip to content

Commit 243d50a

Browse files
helto4realludeeus
andauthored
Fix dev docs to point to netdaemon.xyz instead (net-daemon#638)
* fix devdocs * Update DEV.md Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
1 parent 7794732 commit 243d50a

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

DEV.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
# Developing NetDaemon
2-
These instructions are for developing NetDaemon. For apps please use [the docs](https://netdaemon.xyz).
3-
For your convenience we provided with a docker setup with Home Assistant you can run on your development machine.
4-
`tests/Docker/HA` you will find the docker-compose file. Run it outside the devcontainer. Remarkts that you should use port 8124 connecting to this instance of Home Assistant.
52

6-
## Use appsettings.Development.json
7-
Copy the "_appsettings.Development.json under `src/Service`
8-
9-
## Setup the environment vars
10-
Alternative to using appsettings for development is to use environment varables for your Home Assistant instance
11-
12-
| Environment variable | Description |
13-
| ------ | ------ |
14-
| HOMEASSISTANT__TOKEN | Token secret to access the HA instance |
15-
| HOMEASSISTANT__HOST | The ip or hostname of HA |
16-
| HOMEASSISTANT__PORT | The port of home assistant (defaults to 8123 if not specified) |
17-
| NETDAEMON__GENERATEENTITIES | Generate entities, recommed set false unless debugging |
18-
| NETDAEMON__APPSOURCE | The folder/project/dll where it will find daemon. Set this to empty `""` to debug apps local. If needed to debug the dynamic source compilation, set to `/workspaces/netdaemon/Service/apps` |
19-
20-
Use `src/Development/apps` as starting point to debug your stuff!
3+
Thank you for considering contributing to NetDaemon. You will find a good starting point in the [documentation for developers](https://netdaemon.xyz/docs/developer)
214

225
Good luck

0 commit comments

Comments
 (0)