From 4978a923859f12dc738a903a17047ca3419460ec Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sun, 29 Dec 2024 18:17:17 +0100 Subject: [PATCH] Fix typo --- custom_components/irm_kmi/coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/irm_kmi/coordinator.py b/custom_components/irm_kmi/coordinator.py index 5127b0d..3c83ff2 100644 --- a/custom_components/irm_kmi/coordinator.py +++ b/custom_components/irm_kmi/coordinator.py @@ -89,7 +89,7 @@ class IrmKmiCoordinator(TimestampDataUpdateCoordinator): f"Last success time is: {self.last_update_success_time}") if api_data.get('cityName', None) in OUT_OF_BENELUX: - _LOGGER.error(f"The zone {self._zone} is now out of Benelux and forecast is only available in Benelux." + _LOGGER.error(f"The zone {self._zone} is now out of Benelux and forecast is only available in Benelux. " f"Associated device is now disabled. Move the zone back in Benelux and re-enable to fix " f"this") disable_from_config(self.hass, self.config_entry)