Files
hassio-addons/gazpar2mqtt/config.json
Alexandre 6dc15dcc3c test
2022-11-26 22:39:51 +01:00

33 lines
723 B
JSON

{
"barch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "fetch GRDF data and publish data to a mqtt broker",
"image": "ghcr.io/alexbelgium/gazpar2mqtt-{arch}",
"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",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.2-2"
}