Update to 0.4.2-dev

This commit is contained in:
alexbelgium
2021-11-18 15:21:27 +01:00
parent 8c60c7cbac
commit 906b83c430
2 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 0.4.2-dev (18-11-2021)
- Update to latest version from yukulehe/gazpar2mqtt
## 0.4.1 (17-11-2021)
- Update to latest version from yukulehe/gazpar2mqtt

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",
"map": ["config:rw", "share:rw"],
"map": [
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt",
"options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml"
@@ -10,7 +18,7 @@
"CONFIG_LOCATION": "str"
},
"slug": "gazpar2mqtt",
"upstream": "0.4.1",
"upstream": "0.4.2-dev",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.4.1-2"
"version": "0.4.2-dev"
}