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