Update config.json

This commit is contained in:
Alexandre
2021-12-19 12:28:05 +01:00
committed by GitHub
parent a11599c8c6
commit 850fa3f1aa

View File

@@ -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",