1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/script/services.yaml
2021-05-17 14:06:50 +02:00

27 lines
429 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:
entity:
domain: script
turn_off:
name: Turn off
description: Turn off script
target:
entity:
domain: script
toggle:
name: Toggle
description: Toggle script
target:
entity:
domain: script