Files
hassio-addons/enedisgateway2mqtt/config.json
2021-11-25 22:07:00 +01:00

26 lines
540 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)",
"map": [
"config:rw"
],
"name": "Enedisgateway2mqtt",
"options": {
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
"TZ": "Europe/Paris"
},
"schema": {
"CONFIG_LOCATION": "str",
"TZ": "str?"
},
"slug": "enedisgateway2mqtt",
"upstream": "0.7.7",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.7"
}