Skip to content

Commit

Permalink
Merge pull request #103 from msp1974/master
Browse files Browse the repository at this point in the history
Fix for issue #101. Error setting boost preset
  • Loading branch information
asantaga authored May 3, 2020
2 parents f44307b + 325f834 commit 884033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/wiser/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884033e

Please sign in to comment.