mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 18:26:25 +01:00
1f4cf67daa
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
19 lines
348 B
YAML
19 lines
348 B
YAML
.trigger_common: &trigger_common
|
|
target:
|
|
entity:
|
|
domain: switch
|
|
fields:
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
select:
|
|
options:
|
|
- first
|
|
- last
|
|
- any
|
|
translation_key: trigger_behavior
|
|
|
|
turned_off: *trigger_common
|
|
turned_on: *trigger_common
|