mirror of
https://github.com/home-assistant/core.git
synced 2025-05-25 00:07:20 +00:00
18 lines
227 B
YAML
18 lines
227 B
YAML
# Describes the format for available python_script services
|
|
|
|
reload:
|
|
turn_on:
|
|
target:
|
|
entity:
|
|
domain: script
|
|
|
|
turn_off:
|
|
target:
|
|
entity:
|
|
domain: script
|
|
|
|
toggle:
|
|
target:
|
|
entity:
|
|
domain: script
|