Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Dec 29, 2024
1 parent 1254ae7 commit 4978a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/irm_kmi/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def _async_update_data(self) -> ProcessedCoordinatorData:
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)
Expand Down

0 comments on commit 4978a92

Please sign in to comment.