We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b10f19 + c92734d commit 0d9220dCopy full SHA for 0d9220d
custom_components/solaredge_modbus_multi/hub.py
@@ -501,7 +501,7 @@ def disconnect(self, clear_client: bool = False) -> None:
501
if self._client is not None:
502
_LOGGER.debug(
503
(
504
- f"Disconnectng from {self._host}:{self._port} "
+ f"Disconnecting from {self._host}:{self._port} "
505
f"(clear_client={clear_client})."
506
)
507
0 commit comments