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": {
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
"mqtt_autodiscover": true,
"TZ": "Europe/Paris"
"TZ": "Europe/Paris",
"verbose": true
},
"services": ["mqtt:want"],
"schema": {
"CONFIG_LOCATION": "str",
"mqtt_autodiscover": "bool",
"TZ": "str?"
"TZ": "str?",
"verbose": "bool"
},
"slug": "enedisgateway2mqtt",
"upstream": "0.7.7",