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