Merge pull request #106 from Meatballs1/readme_updates

Small fixes for docker-compose commands
This commit is contained in:
Ben Campbell
2024-11-08 18:03:41 +00:00
committed by GitHub

View File

@@ -47,8 +47,8 @@ hc-login.py $USERNAME $PASSWORD config/devices.json
or or
```bash ```bash
docker-compose build docker-compose -f compose.yaml build
docker-compose run -T app /app/hc-login.py $USERNAME $PASSWORD > config/devices.json docker-compose -f compose.yaml run -T app /app/hc-login.py $USERNAME $PASSWORD config/devices.json
``` ```
The `hc-login.py ` script perfoms the OAuth process to login to your The `hc-login.py ` script perfoms the OAuth process to login to your
@@ -89,7 +89,7 @@ hc2mqtt.py --config config/config.ini
or or
```bash ```bash
docker-compose up docker-compose -f compose.yaml up
``` ```
This tool will establish websockets to the local devices and This tool will establish websockets to the local devices and