Expose log level as a configuration option for zwave_js (#1950)

This commit is contained in:
Raman Gupta
2021-04-15 16:43:09 -04:00
committed by GitHub
parent c2d2a77a2b
commit de82bb041c
4 changed files with 27 additions and 3 deletions

View File

@@ -18,11 +18,13 @@
"discovery": ["zwave_js"],
"options": {
"device": null,
"network_key": ""
"network_key": "",
"log_level": "info"
},
"schema": {
"device": "device(subsystem=tty)",
"network_key": "match(|[0-9a-fA-F]{32,32})",
"log_level": "list(silly|debug|verbose|http|info|warn|error)?",
"emulate_hardware": "bool?"
},
"image": "homeassistant/{arch}-addon-zwave_js"