From 3a75dcf19c878f09dd91464b297bc2b781132112 Mon Sep 17 00:00:00 2001 From: shred86 <32663154+shred86@users.noreply.github.com> Date: Wed, 4 Aug 2021 21:42:04 -0700 Subject: [PATCH] Fix markdown --- docs/docs/usage/home-assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage/home-assistant.md b/docs/docs/usage/home-assistant.md index fa862bc02..489fb3999 100644 --- a/docs/docs/usage/home-assistant.md +++ b/docs/docs/usage/home-assistant.md @@ -134,6 +134,6 @@ automation: ## FAQ -### If I am detecting multiple objects, how do I assign the correct 'binary_sensor' to the camera in HomeKit? +### 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.