mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
27 lines
608 B
JSON
27 lines
608 B
JSON
{
|
|
"arch2": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"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"
|
|
},
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str",
|
|
"TZ": "str?"
|
|
},
|
|
"services": [
|
|
"mqtt:want"
|
|
],
|
|
"slug": "enedisgateway2mqtt_dev",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "0.8.0-dev"
|
|
} |