mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-06-01 22:08:04 +01:00
Update TooGoodToGoo Home Assistant Mqtt Bridge to 2.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user