mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
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>
This commit is contained in:
parent
e2a26f6470
commit
7b2166243b
@ -418,7 +418,7 @@ class TadoClimate(TadoZoneEntity, ClimateEntity):
|
|||||||
"""Set offset on the entity."""
|
"""Set offset on the entity."""
|
||||||
|
|
||||||
_LOGGER.debug(
|
_LOGGER.debug(
|
||||||
"Setting temperature offset for device %s setting to (%d)",
|
"Setting temperature offset for device %s setting to (%.1f)",
|
||||||
self._device_id,
|
self._device_id,
|
||||||
offset,
|
offset,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user