Add co/co2_threshold documentation (#32810)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Fabrice 2024-05-25 11:01:12 +02:00 committed by GitHub
parent 8c8a5462c1
commit 21b264d55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,10 @@ homekit:
type: outlet type: outlet
camera.back_porch: camera.back_porch:
support_audio: True support_audio: True
sensor.some_co_sensor:
co_threshold: 1000
sensor.some_co2_sensor:
co2_threshold: 1000
- name: HASS Bridge 2 - name: HASS Bridge 2
port: 21065 port: 21065
filter: filter:
@ -269,6 +273,16 @@ homekit:
type: string type: string
default: libopus default: libopus
available options: copy, 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: devices:
description: Include device triggers for all matching device ids. Configuration in the UI via Options is recommended instead. description: Include device triggers for all matching device ids. Configuration in the UI via Options is recommended instead.
required: false required: false