-
Seit ein paar Tagen geht die Hargassner-Anbindung (mal wieder) nicht. Protokoll aus Homeassistant:
Logger: homeassistant.components.sensor
Quelle: helpers/entity_platform.py:364
Integration: Sensor…
-
![asyncio-71](https://user-images.githubusercontent.com/52480090/138293652-117d0221-879b-4125-90e4-d68f5818612a.png)
c1ino updated
3 years ago
-
Hi,
I find this module very useful and promising - however more and more of my code is getting `asyncio` based. Wouldn't it be nice if `limit` decorator could be `asyncio` compliant?
It seems li…
-
After the update to HASS Core 2024.09.02, following warning is reported:
``2024-09-18 03:16:26.586 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with a…
-
Thanks for the integration! Just wanted to report that I am getting the following warning from Home Assistant
Detected blocking call to load_cert_chain inside the event loop
```log
2024-09-29…
-
```
2024-10-08 15:25:37.614 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability proble…
-
Traceback (most recent call last):
File "D:\pythonProject\.venv\MediaCrawler-main\Lib\site-packages\tenacity\_asyncio.py", line 50, in __call__
result = await fn(*args, **kwargs)
…
-
# Feature or enhancement
Add a flag to `asyncio.TaskGroup` to control whether, if a child task crashes, other should be cancelled or not.
# Pitch
Currently `asyncio.TaskGroup` always cancels …
-
### The problem
Getting a warning message in the system logs:
Detected blocking call to load_verify_locations with args (, '/usr/local/lib/python3.12/site-packages/certifi/cacert.pem', None, None)…
-
# Bug report
### Bug description:
`asyncio`'s `loop.sock_sendall()` method causes a Windows `OSError: [WinError 87] The parameter is incorrect` error when using a socket that was created in a differ…