mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 12:36:29 +01:00
17 lines
461 B
JSON
17 lines
461 B
JSON
{
|
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
|
"description": "use Enedis Gateway API to send data in your MQTT Broker",
|
|
"map": ["config:rw"],
|
|
"name": "Enedisgateway2mqtt_test",
|
|
"options": {
|
|
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml"
|
|
},
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str"
|
|
},
|
|
"slug": "enedisgateway2mqtt_test",
|
|
"upstream": "0.7.1",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "0.7.1"
|
|
}
|