Files
hassio-addons/gazpar2mqtt/config.json
2021-11-18 05:35:35 +01:00

17 lines
438 B
JSON

{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"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"
},
"schema": {
"CONFIG_LOCATION": "str"
},
"slug": "gazpar2mqtt",
"upstream": "0.4.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.4.1-2"
}