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,3 +1,6 @@
## 0.7.4 (18-11-2021)
- Update to latest version from m4dm4rtig4n/enedisgateway2mqtt
## 0.7.3 (18-11-2021) ## 0.7.3 (18-11-2021)
- Improve code - Improve code

View File

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

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