Fix in FHEM custom component

This commit is contained in:
Martin Bauer 2020-01-17 21:32:06 +01:00
parent 73a2cb1625
commit 9cf319eb2d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class FhemConnection(ReconnectingClient):
for device_list in self._devices.values():
for device in device_list:
device.refresh()
await device.async_update_ha_state()
# await device.async_update_ha_state()
async def _process_line(self, line):
if line.startswith(self._cul_device_name + " "): # Status update message