You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
2
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) |
| 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)
0 commit comments