Update zwave_js discovery scheme for boolean sensors in the Alarm CC (#46085)

This commit is contained in:
Marcel van der Veldt
2021-02-08 17:57:22 +01:00
committed by GitHub
parent be779d8712
commit 829131fe51

View File

@@ -143,6 +143,7 @@ DISCOVERY_SCHEMAS = [
command_class={
CommandClass.SENSOR_BINARY,
CommandClass.BATTERY,
CommandClass.SENSOR_ALARM,
},
type={"boolean"},
),