Fix wrong temperature setting in LCN climate (#43818)
This commit is contained in:
parent
1c9c99571e
commit
9ace7269ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue