Add verbose flag

This commit is contained in:
Alexandre
2021-12-19 12:27:15 +01:00
committed by GitHub
parent 825f45531a
commit a11599c8c6

View File

@@ -14,12 +14,14 @@
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
"mqtt_autodiscover": true, "mqtt_autodiscover": true,
"TZ": "Europe/Paris" "TZ": "Europe/Paris",
"verbose": true
}, },
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"mqtt_autodiscover": "bool", "mqtt_autodiscover": "bool",
"TZ": "str?" "TZ": "str?",
"verbose": "bool"
}, },
"services": [ "services": [
"mqtt:want" "mqtt:want"