mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
18 lines
328 B
YAML
18 lines
328 B
YAML
.condition_common: &condition_common
|
|
target:
|
|
entity:
|
|
domain: light
|
|
fields:
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
select:
|
|
translation_key: condition_behavior
|
|
options:
|
|
- all
|
|
- any
|
|
|
|
is_off: *condition_common
|
|
is_on: *condition_common
|