core
core copied to clipboard
Detected blocking call to load_default_certs with args
The problem
The following warning is logged when running HA 2024.9.0b0
Logger: homeassistant.util.loop Source: util/loop.py:136 First occurred: 18:04:44 (7 occurrences) Last logged: 18:05:09
Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f27cd437950>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by integration 'daikin' at homeassistant/components/daikin/init.py, line 85: device: Appliance = await DaikinFactory( (offender: /usr/local/lib/python3.12/ssl.py, line 713: context.load_default_certs(purpose)), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+daikin%22 For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_default_certs Traceback (most recent call last): File "
What version of Home Assistant Core has the issue?
core-2024.9.0b0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Daikin
Link to integration documentation on our website
https://www.home-assistant.io/integrations/daikin/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response