mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
18 lines
344 B
YAML
18 lines
344 B
YAML
.condition_common: &condition_common
|
|
target:
|
|
entity:
|
|
domain: device_tracker
|
|
fields:
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
select:
|
|
translation_key: condition_behavior
|
|
options:
|
|
- all
|
|
- any
|
|
|
|
is_home: *condition_common
|
|
is_not_home: *condition_common
|