From abef002af8af14a6190408d72d52d2a755046826 Mon Sep 17 00:00:00 2001 From: shred86 <32663154+shred86@users.noreply.github.com> Date: Sat, 14 Aug 2021 05:27:43 -0700 Subject: [PATCH] Add FAQ section (#1459) * Add FAQ section Add FAQ section and verbiage about a finding with camera motion sensors in HomeKit. * Changes made based on inputs * Fix markdown Co-authored-by: Blake Blackshear --- docs/docs/usage/home-assistant.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/usage/home-assistant.md b/docs/docs/usage/home-assistant.md index a930bf0d0..064ff5aad 100644 --- a/docs/docs/usage/home-assistant.md +++ b/docs/docs/usage/home-assistant.md @@ -263,4 +263,11 @@ https://HA_URL/api/frigate//clips/front_door-1624599978.427826-976jaa When a single Frigate instance is configured, the `client-id` parameter need not be specified in URLs/identifiers -- that single instance is assumed. When multiple Frigate instances are configured, the user **must** explicitly specify -which server they are referring to. \ No newline at end of file +which server they are referring to. + +## FAQ + +### If I am detecting multiple objects, how do I assign the correct `binary_sensor` to the camera in HomeKit? + +The [HomeKit integration](https://www.home-assistant.io/integrations/homekit/) randomly links one of the binary sensors (motion sensor entities) grouped with the camera device in Home Assistant. You can specify a `linked_motion_sensor` in the Home Assistant [HomeKit configuration](https://www.home-assistant.io/integrations/homekit/#linked_motion_sensor) for each camera. +