This commit is contained in:
Alexandre
2021-11-17 17:31:49 +01:00
parent c3b97220b9
commit 4960e9f875

View File

@@ -1,13 +1,7 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7", "armhf"],
"aarch64",
"amd64"
],
"description": "fetch GRDF data and publish data to a mqtt broker", "description": "fetch GRDF data and publish data to a mqtt broker",
"map": [ "map": ["config:rw", "share:rw"],
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml" "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml"
@@ -16,7 +10,7 @@
"CONFIG_LOCATION": "str" "CONFIG_LOCATION": "str"
}, },
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",
"upstream": "0.4.1-dev", "upstream": "0.4.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.4.1-dev" "version": "0.4.1"
} }