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