Skip to content

Commit

Permalink
Fix exception on 511 command caused by last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ufodone committed May 7, 2024
1 parent 3b2c172 commit 0364541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def handle_keypad_led_state_update(self, code, data):
return {STATE_CHANGE_KEYPAD: updatedPartitions}

def handle_keypad_led_flash_state_update(self, code, data):
_LOGGER.debug(f"Keypad LED FLASH state update: {flags}")
_LOGGER.debug("Keypad LED FLASH state update")
self.handle_keypad_led_state_update(code, data)


Expand Down

0 comments on commit 0364541

Please sign in to comment.