diff --git a/homeassistant/components/mill/climate.py b/homeassistant/components/mill/climate.py index 875d217247c..8f880c74c6e 100644 --- a/homeassistant/components/mill/climate.py +++ b/homeassistant/components/mill/climate.py @@ -173,7 +173,7 @@ class MillHeater(ClimateDevice): Need to be one of HVAC_MODE_*. """ - if self._heater.is_gen1 or self._heater.power_status == 1: + if self._heater.is_gen1 or self._heater.is_heating == 1: return HVAC_MODE_HEAT return HVAC_MODE_OFF