From 7b2166243b5de20ce5e5f7ea32b0a0d1723f01a6 Mon Sep 17 00:00:00 2001 From: Max von Webel Date: Mon, 25 Mar 2024 15:10:16 +0100 Subject: [PATCH] Updated temp offset logging in tado component (#106308) * Updated temp offset logging in tado component The logging is a bit confusing because it's trimming the digits from the value. Hopefully this makes it a bit more clear. * Update homeassistant/components/tado/climate.py Co-authored-by: Jorim Tielemans --------- Co-authored-by: Jorim Tielemans Co-authored-by: Erik Montnemery --- homeassistant/components/tado/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/tado/climate.py b/homeassistant/components/tado/climate.py index 3261b6e212d..2bd1bc31bb0 100644 --- a/homeassistant/components/tado/climate.py +++ b/homeassistant/components/tado/climate.py @@ -418,7 +418,7 @@ class TadoClimate(TadoZoneEntity, ClimateEntity): """Set offset on the entity.""" _LOGGER.debug( - "Setting temperature offset for device %s setting to (%d)", + "Setting temperature offset for device %s setting to (%.1f)", self._device_id, offset, )