Skip to content

Commit

Permalink
fix(detect): Detect YRD430 PB as Yale YRD430-BLE (#6722)
Browse files Browse the repository at this point in the history
Adding 'YRD430 PB' for "Push Button" variant of YRD430.
  • Loading branch information
bkoerbel committed Dec 17, 2023
1 parent 95398b5 commit 2587bd4
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 @@ -178,7 +178,7 @@ const definitions: Definition[] = [
extend: lockExtend(),
},
{
zigbeeModel: ['YRD430 TS'],
zigbeeModel: ['YRD430 TS', 'YRD430 PB'],
model: 'YRD430-BLE',
vendor: 'Yale',
description: 'Assure lock 2',
Expand Down

0 comments on commit 2587bd4

Please sign in to comment.