Update TooGoodToGoo Home Assistant Mqtt Bridge to 2.0.0

This commit is contained in:
Max Winterstein
2022-03-05 13:55:20 +01:00
parent dcba967cc8
commit af70c3eb11
5 changed files with 16 additions and 6 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
---
name: TooGoodToGo Home Assistant MQTT Bridge
version: 1.9.2-2
version: 2.0.0
image: maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: tgtg-ha-mqtt-bridge
description: Publish TooGoodToGo stock as MQTT messages
@@ -20,7 +20,8 @@ options:
password: mqtt
tgtg:
email: me@example.com
every_n_minutes: 5
language: en-US
polling_schedule: "*/10 * * * *"
timezone: Europe/Berlin
locale: en_us
cleanup: true
@@ -32,7 +33,8 @@ schema:
password: str?
tgtg:
email: str
every_n_minutes: float(0.1,)
language: str
polling_schedule: str
timezone: str?
locale: str?
cleanup: bool