Skip to content

Commit

Permalink
fix(detect): Detect YRD410 PB as Yale YRD410-BLE (#7526)
Browse files Browse the repository at this point in the history
  • Loading branch information
JefeDavis committed May 16, 2024
1 parent bf14705 commit fb8969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/yale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ const definitions: Definition[] = [
extend: [lockExtend()],
},
{
zigbeeModel: ['YRD410 TS'],
zigbeeModel: ['YRD410 TS', 'YRD410 PB'],
model: 'YRD410-BLE',
vendor: 'Yale',
description: 'Assure lock 2',
Expand Down

0 comments on commit fb8969c

Please sign in to comment.