Files
hassio-addons/enedisgateway2mqtt/config.json
2023-04-21 14:36:00 +02:00

41 lines
911 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)",
"image": "ghcr.io/alexbelgium/myelectricaldata-{arch}",
"ingress": true,
"map": [
"config:rw"
],
"name": "MyElectricalData",
"options": {
"CONFIG_LOCATION": "/config/myelectricaldata/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",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.16"
}