From b55ffd2f1b6e8fe1a6b654c371e2499586e1b154 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 8 Sep 2025 05:44:36 -0600 Subject: [PATCH] Update home-assistant.md --- docs/docs/integrations/home-assistant.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index 2ce09b275..169a7ad31 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -185,6 +185,26 @@ For clips to be castable to media devices, audio is required and may need to be +## Camera API + +To disable a camera dynamically + +``` +action: camera.turn_off +data: {} +target: + entity_id: camera.back_deck_cam # your Frigate camera entity ID +``` + +To enable a camera that has been disabled dynamically + +``` +action: camera.turn_on +data: {} +target: + entity_id: camera.back_deck_cam # your Frigate camera entity ID +``` + ## Notification API Many people do not want to expose Frigate to the web, so the integration creates some public API endpoints that can be used for notifications.