Add zwave_js Protection CC select entities (#54717)
* Add Protection CC select entities comment * Disable entity by default * use class attribute * Enable protection entity by default * add guard for none
This commit is contained in:
parent
35f563e23e
commit
cff6883b5c
3 changed files with 146 additions and 0 deletions
|
@ -646,6 +646,16 @@ DISCOVERY_SCHEMAS = [
|
|||
),
|
||||
required_values=[SIREN_TONE_SCHEMA],
|
||||
),
|
||||
# select
|
||||
# protection CC
|
||||
ZWaveDiscoverySchema(
|
||||
platform="select",
|
||||
primary_value=ZWaveValueDiscoverySchema(
|
||||
command_class={CommandClass.PROTECTION},
|
||||
property={"local", "rf"},
|
||||
type={"number"},
|
||||
),
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue