Skip to content

Commit

Permalink
Merge pull request #238 from almirus/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
niceboygithub committed Mar 11, 2024
2 parents 6c0917d + 75b3e62 commit f0d4da0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions custom_components/aqara_gateway/core/lock_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"In the Away-from-home Mode, someone opens the door indoors"},
"lock by handle": {"default": "Lock by door handle"},
"unlock by password": {"default": "Unlocked with Keypad by user"},
"unlock by fringprint": {"default": "Unlocked with Fringprint by user"},
"unlock by bluetooth": {"default": "Unlocked with Bluetooht by user"},
"unlock by fingerprint": {"default": "Unlocked with Fingerprint by user"},
"unlock by bluetooth": {"default": "Unlocked with Bluetooth by user"},
"unlock by homekit": {"default": "Unlocked with HomeKit by user"},
"unlock by key": {"default": "Unlocked with key by user"},
"unlock by nfc": {"default": "Unlocked with NFC by user"},
Expand Down
10 changes: 5 additions & 5 deletions custom_components/aqara_gateway/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
'params': [
['8.0.2148', None, 'timestamp', None],
['13.1.85', None, 'unlock from inside', None],
['13.2.85', None, 'unlock by fringprint', None],
['13.2.85', None, 'unlock by fingerprint', None],
['13.3.85', None, 'unlock by password', None],
['13.4.85', None, 'unlock by nfc', None],
['13.5.85', None, 'unlock by homekit', None],
Expand Down Expand Up @@ -641,7 +641,7 @@
['13.32.85', None, 'verification failed', None],
['13.33.85', None, 'latch_state', None],
['13.41.85', None, 'unlock from inside', None],
['13.42.85', None, 'unlock by fringprint', None],
['13.42.85', None, 'unlock by fingerprint', None],
['13.43.85', None, 'unlock by password', None],
['13.44.85', None, 'unlock by nfc', None],
['13.45.85', None, 'unlock by homekit', None],
Expand All @@ -668,7 +668,7 @@
'params': [
['4.20.85', None, 'latch_state', None],
['13.31.85', 'lock_state', 'lock', 'sensor'],
['13.42.85', None, 'unlock by fringprint', None],
['13.42.85', None, 'unlock by fingerprint', None],
[None, None, 'key_id', 'sensor'],
['13.55.85', 'voltage', 'voltage', None],
['13.56.85', 'li battery', 'li battery', 'sensor'],
Expand All @@ -690,7 +690,7 @@
['13.32.85', None, 'verification failed', None],
['13.33.85', None, 'latch_state', None],
['13.41.85', None, 'unlock from inside', None],
['13.42.85', None, 'unlock by fringprint', None],
['13.42.85', None, 'unlock by fingerprint', None],
['13.43.85', None, 'unlock by password', None],
['13.44.85', None, 'unlock by nfc', None],
['13.45.85', None, 'unlock by homekit', None],
Expand Down Expand Up @@ -752,7 +752,7 @@
['13.33.85', None, 'latch_state', None],
['13.37.85', None, 'verification failed', None],
['13.41.85', None, 'unlock from inside', None],
['13.42.85', None, 'unlock by fringprint', None],
['13.42.85', None, 'unlock by fingerprint', None],
['13.43.85', None, 'unlock by password', None],
['13.44.85', None, 'unlock by nfc', None],
['13.45.85', None, 'unlock by homekit', None],
Expand Down

0 comments on commit f0d4da0

Please sign in to comment.