From 5c640a284fa79633649e623df3f56e34fee5833b Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 20 Jan 2024 15:17:34 +0100 Subject: [PATCH] Remove some logging --- custom_components/irm_kmi/coordinator.py | 1 - custom_components/irm_kmi/repairs.py | 1 - 2 files changed, 2 deletions(-) diff --git a/custom_components/irm_kmi/coordinator.py b/custom_components/irm_kmi/coordinator.py index 4121a8c..e378f4e 100644 --- a/custom_components/irm_kmi/coordinator.py +++ b/custom_components/irm_kmi/coordinator.py @@ -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") diff --git a/custom_components/irm_kmi/repairs.py b/custom_components/irm_kmi/repairs.py index 1f0fc56..99fbaa2 100644 --- a/custom_components/irm_kmi/repairs.py +++ b/custom_components/irm_kmi/repairs.py @@ -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: