mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Remove outdated TODO
This commit is contained in:
parent
a401bc172a
commit
6aef5ffa19
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
|
||||||
raise UpdateFailed(f"Error communicating with API: {err}")
|
raise UpdateFailed(f"Error communicating with API: {err}")
|
||||||
|
|
||||||
if api_data.get('cityName', None) in OUT_OF_BENELUX:
|
if api_data.get('cityName', None) in OUT_OF_BENELUX:
|
||||||
# TODO create a repair when this triggers
|
|
||||||
_LOGGER.info(f"Config state: {self._config_entry.state}")
|
_LOGGER.info(f"Config state: {self._config_entry.state}")
|
||||||
_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 "
|
||||||
|
|
Loading…
Add table
Reference in a new issue