Add selectors to Script service definitions (#46730)
parent
74720d4afd
commit
1d62bf8875
|
@ -5,21 +5,12 @@ reload:
|
||||||
|
|
||||||
turn_on:
|
turn_on:
|
||||||
description: Turn on script
|
description: Turn on script
|
||||||
fields:
|
target:
|
||||||
entity_id:
|
|
||||||
description: Name(s) of script to be turned on.
|
|
||||||
example: "script.arrive_home"
|
|
||||||
|
|
||||||
turn_off:
|
turn_off:
|
||||||
description: Turn off script
|
description: Turn off script
|
||||||
fields:
|
target:
|
||||||
entity_id:
|
|
||||||
description: Name(s) of script to be turned off.
|
|
||||||
example: "script.arrive_home"
|
|
||||||
|
|
||||||
toggle:
|
toggle:
|
||||||
description: Toggle script
|
description: Toggle script
|
||||||
fields:
|
target:
|
||||||
entity_id:
|
|
||||||
description: Name(s) of script to be toggled.
|
|
||||||
example: "script.arrive_home"
|
|
||||||
|
|
Loading…
Reference in New Issue