mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update to 0.5.3
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 0.5.3 (07-12-2021)
|
||||
- Update to latest version from yukulehe/gazpar2mqtt
|
||||
- mqtt autodiscover added
|
||||
- allow !secrets in config.yaml (see Home Assistant documentation)
|
||||
|
||||
|
||||
@@ -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",
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "gazpar2mqtt",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
|
||||
@@ -13,9 +21,11 @@
|
||||
"mqtt_autodiscover": "bool",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"services": ["mqtt:want"],
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"slug": "gazpar2mqtt",
|
||||
"upstream": "0.5.2",
|
||||
"upstream": "0.5.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.5.2-2"
|
||||
"version": "0.5.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user