Update toogoodtogo-ha-mqtt-bridge to v1.1.0

This commit is contained in:
Max Winterstein
2021-01-16 18:06:42 +01:00
parent e39a7b472c
commit 2fb7913bfa
5 changed files with 16 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "TooGoodToGo Home Assistant MQTT Bridge",
"version": "1.0.0",
"version": "1.1.0",
"slug": "tgtg-ha-mqtt-bridge",
"description": "Publish TooGoodToGo stock as MQTT messages",
"arch": [
@@ -22,7 +22,9 @@
"email": "me@example.com",
"password": "iliketurtles",
"every_n_minutes": 5
}
},
"timezone": "Europe/Berlin",
"locale": "en_us"
},
"schema": {
"mqtt": {
@@ -35,10 +37,12 @@
"email": "str",
"password": "str",
"every_n_minutes": "float(0.1,)"
}
},
"timezone": "str?",
"locale": "str?"
},
"stage": "experimental",
"url": "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge",
"hassio_role": "default",
"hassio_api": true
}
}