Version of the custom_component
5.9.2/0.15.0-6cb5cfb
Configuration
{
"created_at": "2025-05-05T23:05:38.186968+00:00",
"data": {
"password": "<REDACTED>",
"url": "https://192.168.86.29:8971",
"username": "admin",
"validate_ssl": false
},
"disabled_by": null,
"discovery_keys": {},
"domain": "frigate",
"entry_id": "01JTHB58MAWCCGS8R8PYR2HC97",
"minor_version": 1,
"modified_at": "2025-05-05T23:05:38.186971+00:00",
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "user",
"subentries": [],
"title": "Docker Frigate",
"unique_id": null,
"version": 2
}
Describe the bug
Unchecking

during setup is not preventing Frigate from failing to connect when using a self-signed certificate. Component creation goes through without failure, but no devices are presented for sorting into areas, and the camera streams all fail to load.
All other sensors/switches appear to work fine.
Debug log
Reverse proxy error for /api/frigate/frigate/thumbnail/1746481934.608913-fzb8a5: Cannot connect to host 192.168.86.29:8971 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)')]
Reverse proxy error for /api/frigate/frigate/thumbnail/1746481971.001595-vyhc69: Cannot connect to host 192.168.86.29:8971 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)')]
Reverse proxy error for /api/frigate/frigate/thumbnail/1746473994.597011-50lh17: Cannot connect to host 192.168.86.29:8971 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)')]
Version of the custom_component
5.9.2/0.15.0-6cb5cfb
Configuration
{ "created_at": "2025-05-05T23:05:38.186968+00:00", "data": { "password": "<REDACTED>", "url": "https://192.168.86.29:8971", "username": "admin", "validate_ssl": false }, "disabled_by": null, "discovery_keys": {}, "domain": "frigate", "entry_id": "01JTHB58MAWCCGS8R8PYR2HC97", "minor_version": 1, "modified_at": "2025-05-05T23:05:38.186971+00:00", "options": {}, "pref_disable_new_entities": false, "pref_disable_polling": false, "source": "user", "subentries": [], "title": "Docker Frigate", "unique_id": null, "version": 2 }Describe the bug
Unchecking
during setup is not preventing Frigate from failing to connect when using a self-signed certificate. Component creation goes through without failure, but no devices are presented for sorting into areas, and the camera streams all fail to load.
All other sensors/switches appear to work fine.
Debug log