* Migrate automation services to support translations * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
32 lines
457 B
YAML
32 lines
457 B
YAML
# Describes the format for available automation services
|
|
turn_on:
|
|
target:
|
|
entity:
|
|
domain: automation
|
|
|
|
turn_off:
|
|
target:
|
|
entity:
|
|
domain: automation
|
|
fields:
|
|
stop_actions:
|
|
default: true
|
|
selector:
|
|
boolean:
|
|
|
|
toggle:
|
|
target:
|
|
entity:
|
|
domain: automation
|
|
|
|
trigger:
|
|
target:
|
|
entity:
|
|
domain: automation
|
|
fields:
|
|
skip_condition:
|
|
default: true
|
|
selector:
|
|
boolean:
|
|
|
|
reload:
|