Skip to content

Commit

Permalink
Merge branch 'release/2023.6.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jun 9, 2023
2 parents f115125 + b7e0f48 commit 0e53ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def _async_update_temp(self, state):
_LOGGER.error("Unable to update from sensor: %s", ex)

@callback
def _async_update_power_state(self, state):
async def _async_update_power_state(self, state):
"""Update thermostat with latest state from power sensor."""
if state.state is None:
return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"construct==2.10.56",
"python-miio>=0.5.12"
],
"version": "2023.6.0.2"
"version": "2023.6.0.3"
}

0 comments on commit 0e53ce6

Please sign in to comment.