mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix wrong temperature setting in LCN climate (#43818)
This commit is contained in:
parent
1c9c99571e
commit
9ace7269ae
@ -142,7 +142,7 @@ class LcnClimate(LcnDevice, ClimateEntity):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if not await self.address_connection.var_abs(
|
if not await self.address_connection.var_abs(
|
||||||
self.setpoint, self._target_temperature, self.unit
|
self.setpoint, temperature, self.unit
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
self._target_temperature = temperature
|
self._target_temperature = temperature
|
||||||
|
Loading…
x
Reference in New Issue
Block a user