This commit is contained in:
Jules 2024-12-29 18:17:17 +01:00
parent 1254ae7157
commit 4978a92385
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -89,7 +89,7 @@ class IrmKmiCoordinator(TimestampDataUpdateCoordinator):
f"Last success time is: {self.last_update_success_time}") f"Last success time is: {self.last_update_success_time}")
if api_data.get('cityName', None) in OUT_OF_BENELUX: 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"Associated device is now disabled. Move the zone back in Benelux and re-enable to fix "
f"this") f"this")
disable_from_config(self.hass, self.config_entry) disable_from_config(self.hass, self.config_entry)