mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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
|
||||
|
||||
if not await self.address_connection.var_abs(
|
||||
self.setpoint, self._target_temperature, self.unit
|
||||
self.setpoint, temperature, self.unit
|
||||
):
|
||||
return
|
||||
self._target_temperature = temperature
|
||||
|
Loading…
x
Reference in New Issue
Block a user