Update to 0.7.4

This commit is contained in:
alexbelgium
2021-11-18 09:20:06 +01:00
parent c6c32e7b59
commit 536aeb6e58
3 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,14 @@
{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "use Enedis Gateway API to send data in your MQTT Broker",
"map": ["config:rw"],
"map": [
"config:rw"
],
"name": "Enedisgateway2mqtt",
"options": {
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml"
@@ -11,7 +18,7 @@
"TZ": "str?"
},
"slug": "enedisgateway2mqtt",
"upstream": "0.7.3",
"upstream": "0.7.4",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.3-3"
"version": "0.7.4"
}