Skip to content

Commit 79df871

Browse files
authored
Change case for Nimly lock "Last PIN code" (#4147)
1 parent 6f7ae12 commit 79df871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zhaquirks/nimly/lock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def last_action_user_converter(value: int) -> int:
124124
attribute_converter=lambda value: value.hex(),
125125
initially_disabled=True,
126126
translation_key="last_pin_code",
127-
fallback_name="Last pin code",
127+
fallback_name="Last PIN code",
128128
)
129129
.switch(
130130
endpoint_id=11,
@@ -192,7 +192,7 @@ def last_action_user_converter(value: int) -> int:
192192
attribute_converter=lambda value: value.hex(),
193193
initially_disabled=True,
194194
translation_key="last_pin_code",
195-
fallback_name="Last pin code",
195+
fallback_name="Last PIN code",
196196
)
197197
.switch(
198198
endpoint_id=11,

0 commit comments

Comments
 (0)