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 93d776b commit a77375b
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 @@ -210,7 +210,7 @@ async def async_setup(self):
self.hass, event_id, self._callback_send_message_to_serial_bus
)

event_id = config_helpers.get_bus_event_type(self.gateway.base_id, SIGNAL_RECEIVE_MESSAGE)
event_id = config_helpers.get_bus_event_type(self.base_id, SIGNAL_RECEIVE_MESSAGE)
async_dispatcher_connect(self.hass, event_id, self.process_messages)

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

0 comments on commit a77375b

Please sign in to comment.