mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Update toogoodtogo-ha-mqtt-bridge to v1.2.0
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [1.2.0] - 2021-01-16
|
||||
- Update `toogoodtogo-ha-mqtt-bridge` to `1.2.0` (see [release notes](https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/releases))
|
||||
|
||||
## [1.1.0] - 2021-01-16
|
||||
- Update `toogoodtogo-ha-mqtt-bridge` to `1.1.0` (see [release notes](https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/releases))
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ RUN poetry config virtualenvs.create false
|
||||
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
|
||||
|
||||
# add source and unpack
|
||||
ADD "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/archive/v1.1.0.tar.gz" /src.tar.gz
|
||||
ADD "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/archive/v1.2.0.tar.gz" /src.tar.gz
|
||||
RUN mkdir /app && tar xvfz /src.tar.gz -C /app --strip-components=1
|
||||
|
||||
# install
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "TooGoodToGo Home Assistant MQTT Bridge",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"slug": "tgtg-ha-mqtt-bridge",
|
||||
"description": "Publish TooGoodToGo stock as MQTT messages",
|
||||
"arch": [
|
||||
|
||||
Reference in New Issue
Block a user