mirror of
https://github.com/home-assistant/core.git
synced 2026-05-24 01:10:24 +01:00
6fe04f40a2
Co-authored-by: Franck Nijhof <git@frenck.dev>
21 lines
330 B
YAML
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:
|