mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix wrong temperature setting in LCN climate (#43818)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user