Skip to content

Commit

Permalink
Merge branch 'release/2024.8.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Aug 13, 2024
2 parents 1cb05a3 + eccb5c9 commit 5bf707f
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 @@ -315,7 +315,7 @@ async def _try_command(self, mask_error, func, *args, **kwargs):
from miio import DeviceException

try:
result = await self.hass.async_add_job(partial(func, *args, **kwargs))
result = await self.hass.async_add_executor_job(partial(func, *args, **kwargs))

_LOGGER.debug("Response received: %s", result)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"construct==2.10.68",
"python-miio>=0.5.12"
],
"version": "2024.8.1.0"
"version": "2024.8.1.1"
}

0 comments on commit 5bf707f

Please sign in to comment.