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 9129e99 commit 8f7f255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ async def async_setup(self):
async_dispatcher_connect(self.hass, event_id, self.process_messages)

event_id = config_helpers.get_bus_event_type(self.base_id, SIGNAL_GATEWAY_CONNECTION_STATUS)
async_dispatcher_connect(self.hass, event_id, self.process_connection_status)
async_dispatcher_connect(self.hass, event_id, self.process_connection_status_signal)

# Register home assistant service for sending arbitrary telegrams.
#
Expand Down

0 comments on commit 8f7f255

Please sign in to comment.