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
parent
e2a26f6470
commit
7b2166243b
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue