mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Update toogoodtogo-ha-mqtt-bridge==1.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "TooGoodToGo Home Assistant MQTT Bridge",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"slug": "tgtg-ha-mqtt-bridge",
|
||||
"description": "Publish TooGoodToGo stock as MQTT messages",
|
||||
"arch": [
|
||||
@@ -19,8 +19,9 @@
|
||||
"password": "mqtt"
|
||||
},
|
||||
"tgtg": {
|
||||
"email": "me@example.ocm",
|
||||
"password": "iliketurtles"
|
||||
"email": "me@example.com",
|
||||
"password": "iliketurtles",
|
||||
"every_n_minutes": 5
|
||||
}
|
||||
},
|
||||
"schema": {
|
||||
@@ -32,7 +33,8 @@
|
||||
},
|
||||
"tgtg": {
|
||||
"email": "str",
|
||||
"password": "str"
|
||||
"password": "str",
|
||||
"every_n_minutes": "float(0.5,)"
|
||||
}
|
||||
},
|
||||
"stage": "experimental",
|
||||
|
||||
Reference in New Issue
Block a user