diff --git a/homeassistant/components/deconz/climate.py b/homeassistant/components/deconz/climate.py index b9401e6d5a3..4641bd26d43 100644 --- a/homeassistant/components/deconz/climate.py +++ b/homeassistant/components/deconz/climate.py @@ -256,7 +256,7 @@ class DeconzThermostat(DeconzDevice, ClimateEntity): """Return the state attributes of the thermostat.""" attr = {} - if self._device.offset: + if self._device.offset is not None: attr[ATTR_OFFSET] = self._device.offset if self._device.valve is not None: