From b8ed96873bf5a4772c740f2dd0c2437afd85485c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 30 Jun 2024 08:04:31 -0500 Subject: [PATCH] Add support for event entities to the homekit linked_doorbell_sensor (#33474) --- 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 f0041a797ed..ae96160f423 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -160,7 +160,7 @@ homekit: required: false type: string linked_doorbell_sensor: - description: The `entity_id` of a `binary_sensor` entity to use as the doorbell sensor of the camera accessory to enable doorbell notifications. + description: The `entity_id` of a `binary_sensor` or `event` entity to use as the doorbell sensor of the camera accessory to enable doorbell notifications. required: false type: string linked_humidity_sensor: