Files
hassio-addons/enedisgateway2mqtt_dev/config.json
Alexandre 9259105781 autobuild
2022-01-18 17:23:34 +01:00

20 lines
600 B
JSON

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