diff --git a/custom_components/wiser/climate.py b/custom_components/wiser/climate.py index 0ca1edc..ebcfaaa 100755 --- a/custom_components/wiser/climate.py +++ b/custom_components/wiser/climate.py @@ -415,7 +415,7 @@ def preset_mode(self): async def async_set_preset_mode(self, preset_mode): boost_time = self.data._config_entry.data.get( - CONF_BOOST_TEMP_TIME, self.data.boost_temp_time + CONF_BOOST_TEMP_TIME, self.data.boost_time ) boost_temp = self.data._config_entry.data.get( CONF_BOOST_TEMP, self.data.boost_temp