Update to 0.5.3

This commit is contained in:
alexbelgium
2021-12-07 01:57:38 +01:00
parent cdb1a40778
commit e5f795bf38
2 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 0.5.3 (07-12-2021)
- Update to latest version from yukulehe/gazpar2mqtt
- mqtt autodiscover added - mqtt autodiscover added
- allow !secrets in config.yaml (see Home Assistant documentation) - allow !secrets in config.yaml (see Home Assistant documentation)

View File

@@ -1,7 +1,15 @@
{ {
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "fetch GRDF data and publish data to a mqtt broker", "description": "fetch GRDF data and publish data to a mqtt broker",
"map": ["config:rw", "share:rw"], "map": [
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
@@ -13,9 +21,11 @@
"mqtt_autodiscover": "bool", "mqtt_autodiscover": "bool",
"TZ": "str?" "TZ": "str?"
}, },
"services": ["mqtt:want"], "services": [
"mqtt:want"
],
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",
"upstream": "0.5.2", "upstream": "0.5.3",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.5.2-2" "version": "0.5.3"
} }