Add support for Yale YRL256 lock (#24932)
This commit is contained in:
parent
a1aaeab33a
commit
2634f35b4e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue