Skip to content

Commit

Permalink
Fix DEV.md table formatting (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgdev committed Dec 22, 2020
1 parent 95c7912 commit b99b7ef
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ Easiest is to setup environment varables for your Home Assistant instance

| Environment variable | Description |
| ------ | ------ |
| HOMEASSISTANT__TOKEN | Token secret to access the HA instance
|
| HOMEASSISTANT__HOST | The ip or hostname of HA
| HOMEASSISTANT__TOKEN | Token secret to access the HA instance |
| HOMEASSISTANT__HOST | The ip or hostname of HA |
| HOMEASSISTANT__PORT | The port of home assistant (defaults to 8123 if not specified) |
| NETDAEMON__GENERATEENTITIES | Generate entities, recommed set false unless debugging|
| 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`
| NETDAEMON__GENERATEENTITIES | Generate entities, recommed set false unless debugging |
| 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` |

Use `src/Service/apps` as starting point to debug your stuff!

Good luck
Good luck

0 comments on commit b99b7ef

Please sign in to comment.