Skip to content

Commit 319d671

Browse files
philbertbdraco
andauthored
Add support for LockStatus.JAMMED to yalexs_ble (#157551)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent ea3f76c commit 319d671

File tree

1 file changed

+1
-0
lines changed
  • homeassistant/components/yalexs_ble

1 file changed

+1
-0
lines changed

homeassistant/components/yalexs_ble/lock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def _async_update_state(
5252
elif lock_state in (
5353
LockStatus.UNKNOWN_01,
5454
LockStatus.UNKNOWN_06,
55+
LockStatus.JAMMED,
5556
):
5657
self._attr_is_jammed = True
5758
elif lock_state is LockStatus.UNKNOWN:

0 commit comments

Comments
 (0)