Files
hassio-addons/gazpar2mqtt/config.json
2021-12-02 21:34:14 +01:00

27 lines
514 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",
"TZ": "Europe/Paris"
},
"schema": {
"CONFIG_LOCATION": "str",
"TZ": "str?"
},
"slug": "gazpar2mqtt",
"upstream": "0.5.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.5.1-4"
}