mirror of
https://github.com/home-assistant/core.git
synced 2025-12-21 19:39:06 +00:00
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> Co-authored-by: abmantis <amfcalt@gmail.com> Co-authored-by: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
19 lines
347 B
YAML
19 lines
347 B
YAML
.trigger_common: &trigger_common
|
|
target:
|
|
entity:
|
|
domain: light
|
|
fields:
|
|
behavior:
|
|
required: true
|
|
default: any
|
|
selector:
|
|
select:
|
|
options:
|
|
- first
|
|
- last
|
|
- any
|
|
translation_key: trigger_behavior
|
|
|
|
turned_on: *trigger_common
|
|
turned_off: *trigger_common
|