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 c6abbe2 commit daa7fbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion custom_components/eltako/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

SIGNAL_RECEIVE_MESSAGE: Final = "receive_message"
SIGNAL_SEND_MESSAGE: Final = "send_message"
SIGNAL_GATEWAY_CONNECTION_STATUS: Final = "gateway_connection_status"
EVENT_BUTTON_PRESSED: Final = "btn_pressed"
EVENT_CONTACT_CLOSED: Final = "contact_closed"

Expand Down
3 changes: 0 additions & 3 deletions custom_components/eltako/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ 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.base_id, SIGNAL_RECEIVE_MESSAGE)
# async_dispatcher_connect(self.hass, event_id, self.process_messages)

# Register home assistant service for sending arbitrary telegrams.
#
# The service will be registered for each gateway, as the user
Expand Down

0 comments on commit daa7fbb

Please sign in to comment.