Update toogoodtogo-ha-mqtt-bridge==1.0.0

This commit is contained in:
Max Winterstein
2021-01-15 00:24:12 +01:00
parent e3e3b5fe58
commit e8654bcc2d
5 changed files with 25 additions and 7 deletions

View File

@@ -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",