Add selectors to Script service definitions (#46730)

pull/46751/head
Franck Nijhof 2021-02-18 16:14:16 +01:00 committed by GitHub
parent 74720d4afd
commit 1d62bf8875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 12 deletions

View File

@ -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: