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
6 changes: 6 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ matterManufacturer:
vendorId: 0x101D
productId: 0x8110
deviceProfileName: lock-user-pin-schedule-battery
#Dreame
- id: "5420/38144"
deviceLabel: Dreame NAVO Smart Lock A10
vendorId: 0x152C
productId: 0x9500
deviceProfileName: lock-modular
matterGeneric:
- id: "matter/door-lock"
deviceLabel: Matter Door Lock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x1421, 0x0042}, -- Kwikset Halo Select Plus
{0x1421, 0x0081}, -- Kwikset Aura Reach
{0x1236, 0xa538}, -- Schlage Sense Pro
{0x152C, 0x9500}, -- Dreame NAVO Smart Lock A10
}

return NEW_MATTER_LOCK_PRODUCTS
Loading