Update to 0.6.0

This commit is contained in:
alexbelgium
2021-11-09 22:47:37 +01:00
parent 20aaa6e12b
commit a941744db0
3 changed files with 9 additions and 4 deletions

View File

View File

@@ -1,4 +1,4 @@
ARG BUILD_UPSTREAM="0.5.7" ARG BUILD_UPSTREAM="0.6.0"
FROM m4dm4rtig4n/enedisgateway2mqtt:$BUILD_UPSTREAM FROM m4dm4rtig4n/enedisgateway2mqtt:$BUILD_UPSTREAM
# Base system # Base system

View File

@@ -1,5 +1,10 @@
{ {
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "use Enedis Gateway API to send data in your MQTT Broker", "description": "use Enedis Gateway API to send data in your MQTT Broker",
"name": "Enedisgateway2mqtt", "name": "Enedisgateway2mqtt",
"options": { "options": {
@@ -28,7 +33,7 @@
"CARD_MYENEDIS": "str?" "CARD_MYENEDIS": "str?"
}, },
"slug": "enedisgateway2mqtt", "slug": "enedisgateway2mqtt",
"upstream": "0.5.7", "upstream": "0.6.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.5.7-2" "version": "0.6.0"
} }