mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
22 lines
406 B
Markdown
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.
|