diff --git a/homeassistant/components/lcn/climate.py b/homeassistant/components/lcn/climate.py index f55734a052f..8b0f4951bf9 100644 --- a/homeassistant/components/lcn/climate.py +++ b/homeassistant/components/lcn/climate.py @@ -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