mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-27 01:36:03 +02:00
Update config.json
This commit is contained in:
@@ -6,13 +6,15 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
|
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
|
||||||
"mqtt_autodiscover": true,
|
"mqtt_autodiscover": true,
|
||||||
"TZ": "Europe/Paris"
|
"TZ": "Europe/Paris",
|
||||||
|
"verbose": true
|
||||||
},
|
},
|
||||||
"services": ["mqtt:want"],
|
"services": ["mqtt:want"],
|
||||||
"schema": {
|
"schema": {
|
||||||
"CONFIG_LOCATION": "str",
|
"CONFIG_LOCATION": "str",
|
||||||
"mqtt_autodiscover": "bool",
|
"mqtt_autodiscover": "bool",
|
||||||
"TZ": "str?"
|
"TZ": "str?",
|
||||||
|
"verbose": "bool"
|
||||||
},
|
},
|
||||||
"slug": "enedisgateway2mqtt",
|
"slug": "enedisgateway2mqtt",
|
||||||
"upstream": "0.7.7",
|
"upstream": "0.7.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user