Skip to content

Commit 9c405da

Browse files
authored
feat(add): YMI70A (#8095)
* 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
1 parent 784e172 commit 9c405da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/yale.ts

+7
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,13 @@ const definitions: DefinitionWithExtend[] = [
424424
description: 'Real living lock / Intelligent biometric digital lock',
425425
extend: [lockExtend({battery: {dontDividePercentage: true}})],
426426
},
427+
{
428+
zigbeeModel: ['06e0152204'],
429+
model: 'YMI70A',
430+
vendor: 'Yale',
431+
description: 'Biometric digital lock',
432+
extend: [battery(), lock({pinCodeCount: 100})],
433+
},
427434
{
428435
fingerprint: [
429436
{

0 commit comments

Comments
 (0)