Files
hassio-addons/enedisgateway2mqtt_dev/config.json

41 lines
926 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Use Enedis Gateway API to send data in your MQTT Broker (dev channel)",
"image": "ghcr.io/alexbelgium/myelectricaldata_dev-{arch}",
"ingress": true,
"map": [
"config:rw"
],
"name": "MyElectricalData Dev",
"options": {
"CONFIG_LOCATION": "/config/myelectricaldata_dev/config.yaml",
"TZ": "Europe/Paris",
"mqtt_autodiscover": true,
"verbose": true
},
"panel_icon": "mdi:lightning-bolt-outline",
"ports": {
"5000/tcp": 5000
},
"ports_description": {
"5000/tcp": "Portail"
},
"schema": {
"CONFIG_LOCATION": "str",
"TZ": "str?",
"mqtt_autodiscover": "bool",
"verbose": "bool"
},
"services": [
"mqtt:want"
],
"slug": "enedisgateway2mqtt_dev",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.14b1"
}