From 21b264d55b0a64a32940642064c4d2e3a0d3fc93 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Sat, 25 May 2024 11:01:12 +0200 Subject: [PATCH] Add co/co2_threshold documentation (#32810) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/homekit.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index de40cf9a7c7..25662157b2f 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -74,6 +74,10 @@ homekit: type: outlet camera.back_porch: support_audio: True + sensor.some_co_sensor: + co_threshold: 1000 + sensor.some_co2_sensor: + co2_threshold: 1000 - name: HASS Bridge 2 port: 21065 filter: @@ -269,6 +273,16 @@ homekit: type: string default: libopus available options: copy, libopus + co_threshold: + description: Only for `sensor` entities with `device_class` `carbon_monoxide` or `co` in `entity_id`. Used as the threshold value once HomeKit will warn/notify the user. + required: false + type: integer + default: 25 + co2_threshold: + description: Only for `sensor` entities with `device_class` `carbon_dioxide` or `co2` in `entity_id`. Used as the threshold value once HomeKit will warn/notify the user. + required: false + type: integer + default: 1000 devices: description: Include device triggers for all matching device ids. Configuration in the UI via Options is recommended instead. required: false