Skip to content

Commit

Permalink
event data debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Jul 18, 2024
1 parent 01d92d2 commit be8abca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/ftms/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def __init__(self, hass: HomeAssistant, ftms: FitnessMachine) -> None:
"""Initialize the coordinator."""

def _on_ftms_event(data: FtmsEvents):
_LOGGER.debug(f"Event data: {data}")
self.async_set_updated_data(data)

super().__init__(hass, _LOGGER, name=DOMAIN)
Expand Down

0 comments on commit be8abca

Please sign in to comment.