mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Added snips service descriptions (#13883)
* Added snips service descriptions. * Added snips service descriptions.
This commit is contained in:
parent
bba997e484
commit
1c4da0c4a6
@ -395,6 +395,18 @@ snips:
|
|||||||
intent_filter:
|
intent_filter:
|
||||||
description: Optional Array of Strings - A list of intents names to restrict the NLU resolution to on the first query.
|
description: Optional Array of Strings - A list of intents names to restrict the NLU resolution to on the first query.
|
||||||
example: turnOnLights, turnOffLights
|
example: turnOnLights, turnOffLights
|
||||||
|
feedback_on:
|
||||||
|
description: Turns feedback sounds on.
|
||||||
|
fields:
|
||||||
|
site_id:
|
||||||
|
description: Site to turn sounds on, defaults to all sites (optional)
|
||||||
|
example: bedroom
|
||||||
|
feedback_off:
|
||||||
|
description: Turns feedback sounds off.
|
||||||
|
fields:
|
||||||
|
site_id:
|
||||||
|
description: Site to turn sounds on, defaults to all sites (optional)
|
||||||
|
example: bedroom
|
||||||
|
|
||||||
input_boolean:
|
input_boolean:
|
||||||
toggle:
|
toggle:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user