mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-23 13:54:26 +01:00
Expose log level as a configuration option for zwave_js (#1950)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user