This commit is contained in:
Alexandre
2022-01-19 23:23:46 +01:00
parent db7c827077
commit 3ab7ea1de5
53 changed files with 70 additions and 132 deletions

View File

@@ -1,14 +1,7 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "fetch GRDF data and publish data to a mqtt broker",
"map": [
"config:rw",
"share:rw"
],
"arch": ["aarch64", "amd64", "armv7"],
"description ": "fetch GRDF data and publish data to a mqtt broker",
"map": ["config:rw", "share:rw"],
"name": "gazpar2mqtt",
"options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
@@ -22,9 +15,7 @@
"TZ": "str?",
"verbose": "bool"
},
"services": [
"mqtt:want"
],
"services": ["mqtt:want"],
"slug": "gazpar2mqtt",
"upstream": "0.8.0",
"url": "https://github.com/alexbelgium/hassio-addons",