Skip to content

Commit

Permalink
test fire_last_message_received
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed May 13, 2024
1 parent 12d73e1 commit d0e2826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/eltako/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ def _fire_last_message_received_event(self):
# self.hass.async_add_executor_job(
# self._last_message_received_handler( datetime.utcnow().replace(tzinfo=pytz.utc) )
# )
asyncio.ensure_future(
self._last_message_received_handler( datetime.utcnow().replace(tzinfo=pytz.utc) )
)
LOGGER.info("LAST RECEIVED MESSAGE")


Expand Down

0 comments on commit d0e2826

Please sign in to comment.