mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
23 lines
469 B
YAML
23 lines
469 B
YAML
.condition_common: &condition_common
|
|
target:
|
|
entity:
|
|
domain: vacuum
|
|
fields:
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
automation_behavior:
|
|
mode: condition
|
|
for:
|
|
required: true
|
|
default: 00:00:00
|
|
selector:
|
|
duration:
|
|
|
|
is_cleaning: *condition_common
|
|
is_docked: *condition_common
|
|
is_encountering_an_error: *condition_common
|
|
is_paused: *condition_common
|
|
is_returning: *condition_common
|