Change log level of "Window auto event is ignored" message from info to debug (#350)

This commit is contained in:
Paulo Ferreira de Castro
2024-01-26 13:13:56 +00:00
committed by GitHub
parent ed977b53cd
commit 90f9a0e1e3

View File

@@ -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,
)