1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/script/services.yaml
Philip Allgaier 6fe04f40a2
Ensure HA script and Python script services have a name (#47204)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-03-31 15:09:45 +02:00

21 lines
330 B
YAML

# Describes the format for available python_script services
reload:
name: Reload
description: Reload all the available scripts
turn_on:
name: Turn on
description: Turn on script
target:
turn_off:
name: Turn off
description: Turn off script
target:
toggle:
name: Toggle
description: Toggle script
target: