diff --git a/homeassistant/components/climate/zwave.py b/homeassistant/components/climate/zwave.py index 6c08bf391d8..4eec1f9c652 100755 --- a/homeassistant/components/climate/zwave.py +++ b/homeassistant/components/climate/zwave.py @@ -261,6 +261,7 @@ class ZWaveClimate(ZWaveDeviceEntity, ClimateDevice): self._target_temperature = temperature # ZXT-120 responds only to whole int value.data = round(temperature, 0) + self.update_ha_state() break else: _LOGGER.debug("Setting new setpoint for %s, "