From 47bd25881ebbb8b060d21991b6a01fdcdc39d7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Eld=C3=A9n?= Date: Thu, 12 Sep 2024 11:23:14 +0200 Subject: [PATCH] Update ihvactype.py --- custom_components/peaqhvac/service/hvac/interfaces/ihvactype.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/peaqhvac/service/hvac/interfaces/ihvactype.py b/custom_components/peaqhvac/service/hvac/interfaces/ihvactype.py index 1cfc2f0..e4f86a0 100644 --- a/custom_components/peaqhvac/service/hvac/interfaces/ihvactype.py +++ b/custom_components/peaqhvac/service/hvac/interfaces/ihvactype.py @@ -137,6 +137,7 @@ async def async_update_hvac(self) -> None: async def async_update_offset(self, raw_offset:int|None = None) -> bool: if raw_offset: + _LOGGER.debug(f"Raw offset pushed to update offset: {raw_offset}. Previous {self.raw_offset}") self.raw_offset = raw_offset ret = False if self.hub.sensors.peaqev_installed: