mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Add verbose flag
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user