FHEM logging & new dimmer

This commit is contained in:
Martin Bauer
2019-07-15 21:38:00 +02:00
parent 87e199e260
commit 08a0d17fa0
3 changed files with 10 additions and 2 deletions

View File

@@ -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':