diff --git a/homeassistant/components/fritzbox/climate.py b/homeassistant/components/fritzbox/climate.py index 5422468641e..b4bb32e5655 100644 --- a/homeassistant/components/fritzbox/climate.py +++ b/homeassistant/components/fritzbox/climate.py @@ -135,6 +135,7 @@ class FritzboxThermostat(ClimateDevice): if self._target_temperature == self._eco_temperature: return PRESET_ECO + @property def preset_modes(self): """Return supported preset modes.""" return [PRESET_ECO, PRESET_COMFORT]