mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
30 lines
562 B
YAML
30 lines
562 B
YAML
.condition_common_fields: &condition_common_fields
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
select:
|
|
translation_key: condition_behavior
|
|
options:
|
|
- all
|
|
- any
|
|
for:
|
|
required: true
|
|
default: 00:00:00
|
|
selector:
|
|
duration:
|
|
|
|
is_detected:
|
|
fields: *condition_common_fields
|
|
target:
|
|
entity:
|
|
- domain: binary_sensor
|
|
device_class: motion
|
|
|
|
is_not_detected:
|
|
fields: *condition_common_fields
|
|
target:
|
|
entity:
|
|
- domain: binary_sensor
|
|
device_class: motion
|