Skip to content

Commit f0d4da0

Browse files
Merge pull request #238 from almirus/master
fix typo
2 parents 6c0917d + 75b3e62 commit f0d4da0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

custom_components/aqara_gateway/core/lock_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"In the Away-from-home Mode, someone opens the door indoors"},
8484
"lock by handle": {"default": "Lock by door handle"},
8585
"unlock by password": {"default": "Unlocked with Keypad by user"},
86-
"unlock by fringprint": {"default": "Unlocked with Fringprint by user"},
87-
"unlock by bluetooth": {"default": "Unlocked with Bluetooht by user"},
86+
"unlock by fingerprint": {"default": "Unlocked with Fingerprint by user"},
87+
"unlock by bluetooth": {"default": "Unlocked with Bluetooth by user"},
8888
"unlock by homekit": {"default": "Unlocked with HomeKit by user"},
8989
"unlock by key": {"default": "Unlocked with key by user"},
9090
"unlock by nfc": {"default": "Unlocked with NFC by user"},

custom_components/aqara_gateway/core/utils.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
'params': [
602602
['8.0.2148', None, 'timestamp', None],
603603
['13.1.85', None, 'unlock from inside', None],
604-
['13.2.85', None, 'unlock by fringprint', None],
604+
['13.2.85', None, 'unlock by fingerprint', None],
605605
['13.3.85', None, 'unlock by password', None],
606606
['13.4.85', None, 'unlock by nfc', None],
607607
['13.5.85', None, 'unlock by homekit', None],
@@ -641,7 +641,7 @@
641641
['13.32.85', None, 'verification failed', None],
642642
['13.33.85', None, 'latch_state', None],
643643
['13.41.85', None, 'unlock from inside', None],
644-
['13.42.85', None, 'unlock by fringprint', None],
644+
['13.42.85', None, 'unlock by fingerprint', None],
645645
['13.43.85', None, 'unlock by password', None],
646646
['13.44.85', None, 'unlock by nfc', None],
647647
['13.45.85', None, 'unlock by homekit', None],
@@ -668,7 +668,7 @@
668668
'params': [
669669
['4.20.85', None, 'latch_state', None],
670670
['13.31.85', 'lock_state', 'lock', 'sensor'],
671-
['13.42.85', None, 'unlock by fringprint', None],
671+
['13.42.85', None, 'unlock by fingerprint', None],
672672
[None, None, 'key_id', 'sensor'],
673673
['13.55.85', 'voltage', 'voltage', None],
674674
['13.56.85', 'li battery', 'li battery', 'sensor'],
@@ -690,7 +690,7 @@
690690
['13.32.85', None, 'verification failed', None],
691691
['13.33.85', None, 'latch_state', None],
692692
['13.41.85', None, 'unlock from inside', None],
693-
['13.42.85', None, 'unlock by fringprint', None],
693+
['13.42.85', None, 'unlock by fingerprint', None],
694694
['13.43.85', None, 'unlock by password', None],
695695
['13.44.85', None, 'unlock by nfc', None],
696696
['13.45.85', None, 'unlock by homekit', None],
@@ -752,7 +752,7 @@
752752
['13.33.85', None, 'latch_state', None],
753753
['13.37.85', None, 'verification failed', None],
754754
['13.41.85', None, 'unlock from inside', None],
755-
['13.42.85', None, 'unlock by fringprint', None],
755+
['13.42.85', None, 'unlock by fingerprint', None],
756756
['13.43.85', None, 'unlock by password', None],
757757
['13.44.85', None, 'unlock by nfc', None],
758758
['13.45.85', None, 'unlock by homekit', None],

0 commit comments

Comments
 (0)