mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 15:11:20 +01:00
Dev version
This commit is contained in:
25
enedisgateway2mqtt_dev/config.json
Normal file
25
enedisgateway2mqtt_dev/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user