Files
hassio-addons/gazpar2mqtt/config.json
2022-03-23 08:59:27 +01:00

25 lines
658 B
JSON

{
"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",
"TZ": "Europe/Paris",
"mqtt_autodiscover": true,
"verbose": true
},
"schema": {
"CONFIG_LOCATION": "str",
"TZ": "str?",
"mqtt_autodiscover": "bool",
"verbose": "bool"
},
"services": ["mqtt:want"],
"slug": "gazpar2mqtt",
"upstream": "0.8.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.8.1-10"
}