Files
homeassistant-addons/toogoodtogo-ha-mqtt-bridge/DOCS.md
2022-03-05 13:56:48 +01:00

22 lines
406 B
Markdown

# Home Assistant Add-on: TooGoodToGo Home Assistant MQTT Bridge
## Configuration
Example Config:
```toml
mqtt:
host: homeassistant
port: 1883
username: mqtt
password: mqtt
tgtg:
email: me@example.com
language: en-US
polling_schedule: "*/10 * * * *"
timezone: Europe/Berlin
locale: en_us
```
See https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge for more configuration options.