mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-05-29 22:07:56 +01:00
29 lines
662 B
Markdown
29 lines
662 B
Markdown
---
|
|
# 🚨 !!Important Update Notice!! 🚨
|
|
This addon recently switched to pre-build images. The Update progress might fail when the installed version is <1.4.0.
|
|
Copy your *Configuration* to your clipboard and Uninstall/Install manually.
|
|
---
|
|
|
|
|
|
|
|
# Home Assistant Add-on: TooGoodToGo Home Assistant MQTT Bridge
|
|
## Based on https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge
|
|
|
|
---
|
|
### 🚨 This is some experimental release! 🚨
|
|
---
|
|
|
|
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
|
|
``` |