Files
hassio-addons/gazpar2mqtt/config.json
Alexandre 803728a6bf mqtt want
2021-12-03 21:46:53 +01:00

22 lines
575 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",
"mqtt_autodiscover": true,
"TZ": "Europe/Paris"
},
"schema": {
"CONFIG_LOCATION": "str",
"mqtt_autodiscover": "bool",
"TZ": "str?"
},
"services": ["mqtt:want"],
"slug": "gazpar2mqtt",
"upstream": "0.5.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.5.2-2"
}