mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "TooGoodToGo Home Assistant MQTT Bridge",
|
|
"version": "1.6.0",
|
|
"image": "maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}",
|
|
"slug": "tgtg-ha-mqtt-bridge",
|
|
"description": "Publish TooGoodToGo stock as MQTT messages",
|
|
"arch": [
|
|
"armhf",
|
|
"armv7",
|
|
"aarch64",
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"options": {
|
|
"mqtt": {
|
|
"host": "homeassistant",
|
|
"port": 1883,
|
|
"username": "mqtt",
|
|
"password": "mqtt"
|
|
},
|
|
"tgtg": {
|
|
"email": "me@example.com",
|
|
"password": "iliketurtles",
|
|
"every_n_minutes": 5
|
|
},
|
|
"timezone": "Europe/Berlin",
|
|
"locale": "en_us",
|
|
"cleanup": true
|
|
},
|
|
"schema": {
|
|
"mqtt": {
|
|
"host": "str",
|
|
"port": "int",
|
|
"username": "str?",
|
|
"password": "str?"
|
|
},
|
|
"tgtg": {
|
|
"email": "str",
|
|
"password": "str",
|
|
"every_n_minutes": "float(0.1,)"
|
|
},
|
|
"timezone": "str?",
|
|
"locale": "str?",
|
|
"cleanup": "bool"
|
|
},
|
|
"stage": "experimental",
|
|
"url": "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge",
|
|
"hassio_role": "default",
|
|
"hassio_api": true
|
|
} |