mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update zwave_js discovery scheme for boolean sensors in the Alarm CC (#46085)
This commit is contained in:
parent
be779d8712
commit
829131fe51
@ -143,6 +143,7 @@ DISCOVERY_SCHEMAS = [
|
|||||||
command_class={
|
command_class={
|
||||||
CommandClass.SENSOR_BINARY,
|
CommandClass.SENSOR_BINARY,
|
||||||
CommandClass.BATTERY,
|
CommandClass.BATTERY,
|
||||||
|
CommandClass.SENSOR_ALARM,
|
||||||
},
|
},
|
||||||
type={"boolean"},
|
type={"boolean"},
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user