mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +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
|