Update to 0.4-dev

This commit is contained in:
alexbelgium
2021-11-16 17:15:38 +01:00
parent 93e360b72d
commit 2a437d5449
2 changed files with 13 additions and 4 deletions

View File

@@ -1 +1,4 @@
## 0.4-dev (16-11-2021)
- Update to latest version from yukulehe/gazpar2mqtt
- Initial build

View File

@@ -1,7 +1,13 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"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 +16,7 @@
"CONFIG_LOCATION": "str"
},
"slug": "gazpar2mqtt",
"upstream": "0.3",
"upstream": "0.4-dev",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.3"
"version": "0.4-dev"
}