From 5a5a54fc66f6052ba075eb96438db3f8d1f77509 Mon Sep 17 00:00:00 2001 From: Landor Date: Sun, 9 Feb 2025 12:04:24 -0500 Subject: [PATCH] add tip about disabling TLS to use auth with HA integration (#16413) * add tip about disabling TLS to use auth with HA integration * spacing --------- Co-authored-by: Nicolas Mowen --- docs/docs/integrations/home-assistant.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index 19330b6b8..07f907f11 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -113,6 +113,14 @@ If you run Frigate on a separate device within your local network, Home Assistan Use `http://:8971` as the URL for the integration so that authentication is required. +:::tip + +The above URL assumes you have [disabled TLS](../configuration/tls). +By default, TLS is enabled and Frigate will be using a self-signed certificate. HomeAssistant will fail to connect HTTPS to port 8971 since it fails to verify the self-signed certificate. +Either disable TLS and use HTTP from HomeAssistant, or configure Frigate to be acessible with a valid certificate. + +::: + ```yaml services: frigate: