mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 15:06:05 +01:00
26 lines
500 B
YAML
26 lines
500 B
YAML
.trigger_common_fields: &trigger_common_fields
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
select:
|
|
translation_key: trigger_behavior
|
|
options:
|
|
- first
|
|
- last
|
|
- any
|
|
|
|
occupancy_cleared:
|
|
fields: *trigger_common_fields
|
|
target:
|
|
entity:
|
|
domain: binary_sensor
|
|
device_class: occupancy
|
|
|
|
occupancy_detected:
|
|
fields: *trigger_common_fields
|
|
target:
|
|
entity:
|
|
domain: binary_sensor
|
|
device_class: occupancy
|