From f4ef7f619bb4a3a6324dd9423c12b54171d8956a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 4 Jul 2024 07:18:42 -0500 Subject: [PATCH] Add support for event entities for the linked_motion_sensor (#33553) Add support for event entities for the linked_motion_sensor --- source/_integrations/homekit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index 4ba65a55c3e..e2288f9fef2 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -168,7 +168,7 @@ homekit: required: false type: string linked_motion_sensor: - description: The `entity_id` of a `binary_sensor` entity to use as the motion sensor of the camera accessory to enable motion notifications. + description: The `entity_id` of a `binary_sensor` or `event` entity to use as the motion sensor of the camera accessory to enable motion notifications. required: false type: string linked_obstruction_sensor: