FHEM logging & new dimmer
This commit is contained in:
@@ -61,7 +61,6 @@ class ReconnectingClient:
|
||||
if not line:
|
||||
raise OSError("Disconnect")
|
||||
line = line.decode()
|
||||
_LOGGER.warning("{} received line: {}".format(self._connection_name, line))
|
||||
await self._receive_line_callback(line)
|
||||
except OSError as e:
|
||||
if self._connection_last_state != 'FAILED':
|
||||
|
||||
Reference in New Issue
Block a user