Validate network-key (#1781)

This commit is contained in:
Pascal Vizeli
2021-01-26 18:01:40 +01:00
committed by GitHub
parent c6fe889e32
commit ed93ca58f2

View File

@@ -23,7 +23,7 @@
},
"schema": {
"device": "str",
"network_key": "password",
"network_key": "match(|[0-9a-fA-F]{32,32})",
"emulate_hardware": "bool?"
},
"image": "homeassistant/{arch}-addon-zwave_js"