From bbc7b5888d4d790ec74c987009b5b40e6a9df494 Mon Sep 17 00:00:00 2001 From: David Bonnes Date: Sat, 17 Aug 2024 16:21:24 +0100 Subject: [PATCH] doctweak --- custom_components/ramses_cc/broker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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