Skip to content

Commit

Permalink
feat(add): YMI70A (#8095)
Browse files Browse the repository at this point in the history
* Update yale.ts

Add support to Yale YMI70A doorlock:
https://www.yalehome.com/pk/en/products/smart-products/digital-door-locks/connected-/ymi-70-mb

* Update yale.ts
  • Loading branch information
denisfln authored Oct 10, 2024
1 parent 784e172 commit 9c405da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/yale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,13 @@ const definitions: DefinitionWithExtend[] = [
description: 'Real living lock / Intelligent biometric digital lock',
extend: [lockExtend({battery: {dontDividePercentage: true}})],
},
{
zigbeeModel: ['06e0152204'],
model: 'YMI70A',
vendor: 'Yale',
description: 'Biometric digital lock',
extend: [battery(), lock({pinCodeCount: 100})],
},
{
fingerprint: [
{
Expand Down

0 comments on commit 9c405da

Please sign in to comment.