Skip to content

Commit 5bf707f

Browse files
committed
Merge branch 'release/2024.8.1.1'
2 parents 1cb05a3 + eccb5c9 commit 5bf707f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/xiaomi_miio_airconditioningcompanion/climate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ async def _try_command(self, mask_error, func, *args, **kwargs):
315315
from miio import DeviceException
316316

317317
try:
318-
result = await self.hass.async_add_job(partial(func, *args, **kwargs))
318+
result = await self.hass.async_add_executor_job(partial(func, *args, **kwargs))
319319

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

custom_components/xiaomi_miio_airconditioningcompanion/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"construct==2.10.68",
1414
"python-miio>=0.5.12"
1515
],
16-
"version": "2024.8.1.0"
16+
"version": "2024.8.1.1"
1717
}

0 commit comments

Comments
 (0)