mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-11 22:04:54 +01:00
22 lines
400 B
Markdown
22 lines
400 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.ocm
|
|
password: iliketurtles
|
|
every_n_minutes: 10
|
|
timezone: Europe/Berlin
|
|
locale: en_us
|
|
```
|
|
|
|
See https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge for more configuration options.
|