mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Remove some logging
This commit is contained in:
parent
2aa41f0155
commit
5c640a284f
2 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
|
|||
raise UpdateFailed(f"Error communicating with API: {err}")
|
||||
|
||||
if api_data.get('cityName', None) in OUT_OF_BENELUX:
|
||||
_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."
|
||||
f"Associated device is now disabled. Move the zone back in Benelux and re-enable to fix "
|
||||
f"this")
|
||||
|
|
|
@ -39,7 +39,6 @@ class OutOfBeneluxRepairFlow(RepairsFlow):
|
|||
errors = {}
|
||||
|
||||
config_entry = self.hass.config_entries.async_get_entry(self._data['config_entry_id'])
|
||||
_LOGGER.info(f"State of config entry: {config_entry.state}")
|
||||
|
||||
if user_input is not None:
|
||||
if user_input[REPAIR_SOLUTION] == REPAIR_OPT_MOVE:
|
||||
|
|
Loading…
Add table
Reference in a new issue