Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions homeassistant/components/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,18 @@ snips:
intent_filter:
description: Optional Array of Strings - A list of intents names to restrict the NLU resolution to on the first query.
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:
toggle:
Expand Down