mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
* 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>
33 lines
457 B
YAML
33 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:
|