diff --git a/custom_components/ramses_cc/broker.py b/custom_components/ramses_cc/broker.py index 46084b0..b20b784 100644 --- a/custom_components/ramses_cc/broker.py +++ b/custom_components/ramses_cc/broker.py @@ -321,7 +321,7 @@ def find_new_entities( await async_add_entities(Platform.CLIMATE, new_zones) await async_add_entities(Platform.WATER_HEATER, new_dhws) - if new_entities: + if new_entities: # FIXME: use DataUpdateCoordinator async_call_later(self.hass, _CALL_LATER_DELAY, self.async_save_client_state) # Trigger state updates of all entities