I'm getting the following warning every minute in the logs:
/usr/local/lib/python3.13/site-packages/gql/transport/aiohttp.py:92: UserWarning: WARNING: By default, AIOHTTPTransport does not verify ssl certificates. This will be fixed in the next major version. You can set ssl=True to force the ssl certificate verification or ssl=False to disable this warning warnings.warn(
Integration installed via Home Assistant HACS
HA Core: 2025.4.4
HA Supervisor: 2025.04.0
HA OS: 15.2
Integration: v1.2.0
Expected behavior:
The integration should not generate repeated warnings in the logs, especially not once per minute. Ideally, it should either default to ssl=True or allow the SSL verification setting to be configured via the integration.
Possible solution:
Explicitly set ssl=True when initializing AIOHTTPTransport or expose the SSL setting through the integration config.
I'm getting the following warning every minute in the logs:
Integration installed via Home Assistant HACS
HA Core: 2025.4.4
HA Supervisor: 2025.04.0
HA OS: 15.2
Integration: v1.2.0
Expected behavior:
The integration should not generate repeated warnings in the logs, especially not once per minute. Ideally, it should either default to ssl=True or allow the SSL verification setting to be configured via the integration.
Possible solution:
Explicitly set ssl=True when initializing AIOHTTPTransport or expose the SSL setting through the integration config.