Updater bot : gazpar2mqtt updated to 0.8.0

This commit is contained in:
alexbelgium
2022-01-19 15:29:36 +01:00
parent 2df5daae28
commit 872e30d566
2 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 0.8.0 (19-01-2022)
- Update to latest version from yukulehe/gazpar2mqtt
- Automatic builds (reduced size, local wear, install duration...)
## 0.7.0 (06-01-2022)

View File

@@ -1,7 +1,14 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"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",
@@ -15,9 +22,11 @@
"TZ": "str?",
"verbose": "bool"
},
"services": ["mqtt:want"],
"services": [
"mqtt:want"
],
"slug": "gazpar2mqtt",
"upstream": "0.7.0",
"upstream": "0.8.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.0"
"version": "0.8.0"
}