mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Add support for Yale YRL256 lock (#24932)
This commit is contained in:
parent
a1aaeab33a
commit
2634f35b4e
@ -57,6 +57,8 @@ DEVICE_MAPPINGS = {
|
||||
(0x0129, 0xAA00): WORKAROUND_DEVICE_STATE | WORKAROUND_ALARM_TYPE,
|
||||
# Yale YRD220
|
||||
(0x0129, 0xFFFF): WORKAROUND_DEVICE_STATE | WORKAROUND_ALARM_TYPE,
|
||||
# Yale YRL256
|
||||
(0x0129, 0x0F00): WORKAROUND_DEVICE_STATE | WORKAROUND_ALARM_TYPE,
|
||||
# Yale YRD220 (Older Yale products with incorrect vendor ID)
|
||||
(0x0109, 0x0000): WORKAROUND_DEVICE_STATE | WORKAROUND_ALARM_TYPE,
|
||||
# Schlage BE469
|
||||
|
Loading…
x
Reference in New Issue
Block a user