mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix binary sensor device trigger for lock class (#95505)
This commit is contained in:
parent
23e23ae80e
commit
1f840db333
@ -112,8 +112,8 @@ ENTITY_TRIGGERS = {
|
||||
{CONF_TYPE: CONF_NO_LIGHT},
|
||||
],
|
||||
BinarySensorDeviceClass.LOCK: [
|
||||
{CONF_TYPE: CONF_LOCKED},
|
||||
{CONF_TYPE: CONF_NOT_LOCKED},
|
||||
{CONF_TYPE: CONF_LOCKED},
|
||||
],
|
||||
BinarySensorDeviceClass.MOISTURE: [
|
||||
{CONF_TYPE: CONF_MOIST},
|
||||
|
Loading…
x
Reference in New Issue
Block a user