From 90f9a0e1e3f64a47cc9da180a3fcbb6fe1f4ab94 Mon Sep 17 00:00:00 2001 From: Paulo Ferreira de Castro Date: Fri, 26 Jan 2024 13:13:56 +0000 Subject: [PATCH] Change log level of "Window auto event is ignored" message from info to debug (#350) --- custom_components/versatile_thermostat/base_thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/versatile_thermostat/base_thermostat.py b/custom_components/versatile_thermostat/base_thermostat.py index 8b7bc2d..e9a0dc7 100644 --- a/custom_components/versatile_thermostat/base_thermostat.py +++ b/custom_components/versatile_thermostat/base_thermostat.py @@ -1878,7 +1878,7 @@ class BaseThermostat(ClimateEntity, RestoreEntity): ) if self.window_bypass_state or not self.is_window_auto_enabled: - _LOGGER.info( + _LOGGER.debug( "%s - Window auto event is ignored because bypass is ON or window auto detection is disabled", self, )