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 <tielemans.jorim@gmail.com>

---------

Co-authored-by: Jorim Tielemans <tielemans.jorim@gmail.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
pull/114000/head
Max von Webel 2024-03-25 15:10:16 +01:00 committed by GitHub
parent e2a26f6470
commit 7b2166243b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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