Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal4K committed Aug 21, 2024
1 parent 143a2e7 commit 17628a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switchbot/adv_parsers/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def process_wolock_pro(
"unclosed_alarm": bool(mfr_data[11] & 0b10000000),
"unlocked_alarm": bool(mfr_data[11] & 0b01000000),
"auto_lock_paused": bool(mfr_data[8] & 0b100000),
# Looks like night latch bit is not anymore in ADV
# Looks like night latch bit is not anymore in ADV
"night_latch": False,
}
_LOGGER.debug(res)
Expand Down

0 comments on commit 17628a4

Please sign in to comment.