We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435261a commit c0c6930Copy full SHA for c0c6930
custom_components/intesisbox/intesisbox.py
@@ -211,7 +211,7 @@ def connect(self):
211
_LOGGER.debug("connect() called but already connecting")
212
if self._transport.is_closing():
213
_LOGGER.debug(
214
- "Socket is closing while trying to connect. Force reconnection"
+ "Socket is closing while trying to connect. Force reconnection"
215
)
216
self._connectionStatus = API_DISCONNECTED
217
self._transport.close()
0 commit comments