hass-core/homeassistant/components/automation/services.yaml
Franck Nijhof bde7d734b5
Migrate automation services to support translations (#96306)
* 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>
2023-07-11 23:17:54 +02:00

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: