mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Add selectors to Script service definitions (#46730)
This commit is contained in:
parent
74720d4afd
commit
1d62bf8875
@ -5,21 +5,12 @@ reload:
|
||||
|
||||
turn_on:
|
||||
description: Turn on script
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of script to be turned on.
|
||||
example: "script.arrive_home"
|
||||
target:
|
||||
|
||||
turn_off:
|
||||
description: Turn off script
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of script to be turned off.
|
||||
example: "script.arrive_home"
|
||||
target:
|
||||
|
||||
toggle:
|
||||
description: Toggle script
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of script to be toggled.
|
||||
example: "script.arrive_home"
|
||||
target:
|
||||
|
Loading…
x
Reference in New Issue
Block a user