Skip to content
Snippets Groups Projects
Commit b3c3721a authored by Austin Drummond's avatar Austin Drummond Committed by Fabian Affolter
Browse files

Add alarm type workaround zwave lock Yale YRD240 (#20438)

parent 310c073c
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ DEVICE_MAPPINGS = {
# Kwikset 914TRL ZW500
(0x0090, 0x440): WORKAROUND_DEVICE_STATE,
(0x0090, 0x446): WORKAROUND_DEVICE_STATE,
# Yale YRD210
(0x0129, 0x0209): WORKAROUND_DEVICE_STATE,
# Yale YRD210, Yale YRD240
(0x0129, 0x0209): WORKAROUND_DEVICE_STATE | WORKAROUND_ALARM_TYPE,
(0x0129, 0xAA00): WORKAROUND_DEVICE_STATE,
(0x0129, 0x0000): WORKAROUND_DEVICE_STATE,
# Yale YRD220 (as reported by adrum in PR #17386)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment