Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ matterManufacturer:
vendorId: 0x1533
productId: 0x0012
deviceProfileName: lock-user-pin-battery
- id: 5427/20
deviceLabel: eufy FamiLock E40
vendorId: 0x1533
productId: 0x0014
deviceProfileName: lock-user-pin-battery
#Kwikset
- id: "5153/66"
deviceLabel: Kwikset Halo Select Plus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x1533, 0x0010}, -- eufy, FamiLock S3
{0x1533, 0x0011}, -- eufy, FamiLock E34
{0x1533, 0x0012}, -- eufy, FamiLock E35
{0x1533, 0x0014}, -- eufy, FamiLock E40
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should wait for this guy to enter the DCL as well, probably

{0x135D, 0x00B1}, -- Nuki, Smart Lock Pro
{0x135D, 0x00B2}, -- Nuki, Smart Lock
{0x135D, 0x00C1}, -- Nuki, Smart Lock
Expand Down
Loading