From c081ba256b9b2e97d09eb9a6ae5a5d876b865430 Mon Sep 17 00:00:00 2001 From: "Li-Huai (Allan) Lin" Date: Mon, 6 Dec 2021 11:11:29 +0800 Subject: [PATCH] Add linked_humidity_sensor to HomeKit docs (#20576) --- source/_integrations/homekit.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index 94229cdc5f7..8320364709f 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -158,6 +158,10 @@ homekit: description: The `entity_id` of a `binary_sensor` entity to use as the doorbell sensor of the camera accessory to enable doorbell notifications. HomeKit will cache an accessory's feature set on the first run so a device must be [reset](#resetting-accessories) for any change to take effect. required: false type: string + linked_humidity_sensor: + description: The `entity_id` of a `sensor` entity to use as the humidity sensor of the humidifier/dehumidifier accessory. HomeKit will cache an accessory's feature set on the first run so a device must be [reset](#resetting-accessories) for any change to take effect. + 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. HomeKit will cache an accessory's feature set on the first run so a device must be [reset](#resetting-accessories) for any change to take effect. required: false