mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user