From 9cf319eb2d8f08975f7c5c65090b0a4bdea5335e Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Fri, 17 Jan 2020 21:32:06 +0100 Subject: [PATCH] Fix in FHEM custom component --- custom_components/fhem/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/fhem/__init__.py b/custom_components/fhem/__init__.py index 4aa8eb4..73b267d 100644 --- a/custom_components/fhem/__init__.py +++ b/custom_components/fhem/__init__.py @@ -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