-
## Version of the custom_component
[2023.11.1](https://github.com/LaggAt/hacs-govee/tree/2023.11.1)
## Configuration
I am running HA on a Raspberry Pi 5 using docker (as I have other inte…
-
Just an idea for discussion.
`concurrent.futures.Future` is more compatible with other framework. Especially it can be converted to asyncio future directly by `asyncio.wrap_future` that make it eas…
-
For some reason mypy with `asynccontextmanager` works fine but I cannot figure out how to get latest beartype working with it correctly other than disabling type checking for that function... Minimal …
-
### Description
I encountered an error while attempting to reproduce the steps outlined in the [Example.md](https://github.com/ovanr/webFuzz/blob/v1.2.2/Example.md) documentation for webFuzz. Specifi…
-
In https://mail.python.org/pipermail/async-sig/2016-June/000033.html Ben Darnell asked for `asyncio.timeout()` removing.
I understand the problem (hopefully).
But the timeout context manager is very…
-
### Description
Right now asyncio support in accelerated DAGs uses a slightly different codepath from normal DAGs:
- you need to specify `enable_asyncio=True` in `dag.experimental_compile()`
- you …
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…
-
This is how I load/reload my settings in an asynchronous app:
```py
async def get_settings_async(*, force_latest: bool = False) -> Settings:
"""Get the application settings (return cached set…
bswck updated
2 weeks ago
-
Just found this integration....great work!
This is a common thing with integrations now, and apologies if it's already reported, but I didn't see it anywhere.
```
2024-10-13 12:12:14.670 WARN…
-
Hello,
I have an error with your component.
I use HA Core version 2024.10.2.
The issue log is as follow:
```
2024-10-14 18:45:43.423 WARNING (MainThread) [homeassistant.util.loop] Detected bl…