Files
hassio-addons/gazpar2mqtt/config.json
Alexandre 3391c288a5 co
2022-01-18 18:55:50 +01:00

25 lines
671 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",
"image": "ghcr.io/alexbelgium/gazpar2mqtt-{arch}",
"options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
"mqtt_autodiscover": true,
"TZ": "Europe/Paris",
"verbose": true
},
"schema": {
"CONFIG_LOCATION": "str",
"mqtt_autodiscover": "bool",
"TZ": "str?",
"verbose": "bool"
},
"services": ["mqtt:want"],
"slug": "gazpar2mqtt",
"upstream": "0.7.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.0"
}