mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01:00
18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
|
"description": "use Enedis Gateway API to send data in your MQTT Broker",
|
|
"map": ["config:rw"],
|
|
"name": "Enedisgateway2mqtt",
|
|
"options": {
|
|
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml"
|
|
},
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str",
|
|
"TZ": "str?"
|
|
},
|
|
"slug": "enedisgateway2mqtt",
|
|
"upstream": "0.7.3",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "0.7.3"
|
|
}
|