mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Add co/co2_threshold documentation (#32810)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
8c8a5462c1
commit
21b264d55b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user