mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-06-01 14:21:45 +01:00
Update to v1.9.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "TooGoodToGo Home Assistant MQTT Bridge",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.2",
|
||||
"image": "maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}",
|
||||
"slug": "tgtg-ha-mqtt-bridge",
|
||||
"description": "Publish TooGoodToGo stock as MQTT messages",
|
||||
@@ -16,7 +16,6 @@
|
||||
},
|
||||
"tgtg": {
|
||||
"email": "me@example.com",
|
||||
"password": "iliketurtles",
|
||||
"every_n_minutes": 5
|
||||
},
|
||||
"timezone": "Europe/Berlin",
|
||||
@@ -32,7 +31,6 @@
|
||||
},
|
||||
"tgtg": {
|
||||
"email": "str",
|
||||
"password": "str",
|
||||
"every_n_minutes": "float(0.1,)"
|
||||
},
|
||||
"timezone": "str?",
|
||||
@@ -42,5 +40,8 @@
|
||||
"stage": "experimental",
|
||||
"url": "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge",
|
||||
"hassio_role": "default",
|
||||
"hassio_api": true
|
||||
"hassio_api": true,
|
||||
"environment": {
|
||||
"DYNACONF_DATA_DIR": "/data/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user