-
I was wondering if you had any plans on moving the library to asyncio and aiohttp, and in general putting effort into making the library asynchronous? Thank you, Daniel!
-
Upon a normal exit, there are asyncio errors of the form
```
Exception in callback TransportBase._connect_done(>)
handle: )>
asyncio.exceptions.CancelledError
During handling of the above excep…
-
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…
-
Logger: homeassistant.util.loop
Quelle: util/loop.py:136
Erstmals aufgetreten: 11:30:22 (1 Vorkommnisse)
Zuletzt protokolliert: 11:30:22
Detected blocking call to open with args ('/config/custom…
-
### Bug summary
It seems the value of PREFECT_API_TLS_INSECURE_SKIP_VERIFY is not properly propagated to websockets connect.
Reproduced with this code, PREFECT_API_TLS_INSECURE_SKIP_VERIFY=true, a…
-
The following error appears:
`PytestConfigWarning: Unknown config option: asyncio_mode`
-
je suis sous raspberry Pi5 install neuve avec versatile thermostat. Tout semble fonctionner mais j'ai eu un message d'erreur ce soir dans les logs lié à heatzy. Si j'ai bien compris c'est lié au login…
-
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…
-
# 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**
I made a script that need to advertise more than one service. I tried accessing it's content's by using the android app "nRF Connect" and it shows me only the first service I configur…