Skip to content

Commit

Permalink
refactor: print new configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Dec 18, 2023
1 parent 75581b5 commit e915928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/hella_onyx/sensors/shutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(

@callback
def _handle_coordinator_update(self) -> None:
_LOGGER.info(self.api.config)
position_animation = self._device.actual_position.animation
if position_animation is not None and len(position_animation.keyframes) > 0:
_LOGGER.debug(
Expand Down

0 comments on commit e915928

Please sign in to comment.