Skip to content

Commit

Permalink
Updated Readme for auto generate entities docker
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 4, 2020
1 parent a7989e1 commit ef57a53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following environment variables are available to identify your Home Assistan
* `HASS_HOST`, defaults to *localhost*
* `HASS_PORT`, default to *8123*
* `HASS_TOKEN` needs to be set to a valid access token.
* `HASS_GEN_ENTITIES`, defaults to False, set True if you want the autogenerated entities

Example giving:
```
Expand All @@ -36,6 +37,7 @@ docker run -d \
--restart=always \
-e HASS_HOST=192.168.1.1 \
-e HASS_TOKEN=XXXXX \
-e HASS_GEN_ENTITIES=False \
-v ~/netdaemon_config:/data \
netdaemon/netdaemon
```
Expand Down

0 comments on commit ef57a53

Please sign in to comment.