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 75b4265 commit ebf2453
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 @@ -129,7 +129,7 @@ def _init_bus(self):
else:
self._bus = ESP3SerialCommunicator(filename=self.serial_path, callback=self._callback_receive_message_from_serial_bus, esp2_translation_enabled=True)

self._bus.set_status_changed_handler(self._fire_connection_state_changed_event)
# self._bus.set_status_changed_handler(self._fire_connection_state_changed_event)


def _register_device(self) -> None:
Expand Down

0 comments on commit ebf2453

Please sign in to comment.