Files
hassio-addons/enedisgateway2mqtt/config.json
2022-09-10 16:15:35 +02:00

31 lines
697 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"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",
"mqtt_autodiscover": true,
"verbose": true
},
"schema": {
"CONFIG_LOCATION": "str",
"TZ": "str?",
"mqtt_autodiscover": "bool",
"verbose": "bool"
},
"services": [
"mqtt:want"
],
"slug": "enedisgateway2mqtt",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.7-3"
}