added support for a home assistant helper button

This commit is contained in:
root
2023-07-30 22:38:27 -05:00
parent 5fa39baaf0
commit b352b2e4d1
3 changed files with 18 additions and 17 deletions

View File

@@ -110,11 +110,16 @@ Use this command from the appdaemon config directory to clone this repo as a sub
git submodule add -b main https://github.com/jsl12/room_control ./apps/room_control
```
```
git submodule update --remote
```
```shell
./appdaemon_config
├── apps
│ ├── room_control
│ └── rooms
├── appdaemon.yaml
├── docker-compose.yml
└── secrets.yaml
```
@@ -132,7 +137,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- config:/conf
ports:
- 5050:5050
- 5050:5000
restart: unless-stopped
volumes: