--- title: Talking to Assist - Sentences starter pack related: - docs: /voice_control/aliases/ title: Create aliases - docs: /voice_control/custom_sentences/ title: Create your own sentences - docs: /voice_control/troubleshooting/ title: Sentence troubleshooting - url: https://github.com/home-assistant/intents/tree/main/sentences title: Built-in sentence definitions - url: https://github.com/home-assistant/intents/tree/main/responses title: Built-in response definitions - url: https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/ title: Template sentence syntax documentation - url: https://github.com/home-assistant/intents/tree/main/sentences title: Sentence test cases - docs: /voice_control/best_practices/ title: Best practices with Assist --- Home Assistant comes with [built-in sentences](https://github.com/home-assistant/intents/tree/main/sentences) contributed by the community for [dozens of languages](https://developers.home-assistant.io/docs/voice/intent-recognition/supported-languages). ## Prerequisites - The entities you want to control with Assist must be [exposed to Assist](/voice_control/voice_remote_expose_devices/). - When using the names of entities or areas, make sure to use them exactly as they are defined in Home Assistant, or, [create an alias](/voice_control/aliases/). ## Device control ### Turning entities on and off - *turn on the living room light* - *turn off ceiling fan* - *turn on the TV* - *lock all the doors* - *open the main door* ### Lights - *Change kitchen lights brightness to 50%* - *Set bed light to green* - *set bed light brightness to 50%* - *set living room brightness to 50%* - *set brightness to 50%* - Uses area of voice satellite - *set kitchen lights to red* - *set lights to red* - Uses area of voice satellite - *turn on the lights in the living room* ### Covers - *Close the garage door* - *Open kitchen window* - *Which curtains are closed* - *Set bedroom curtain to 50%* ### Scenes and scripts - *Run stealth mode script* - *Activate dinner scene* - *Turn kitchen dinner scene on* ### Media player - *next item on TV* - *next track* - *next track in office* - *previous track* - *previous track in office* - *skip song on the TV* - *skip track on the TV* - *skip to the next song on the TV* - *pause|resume* - pauses or resumes music on voice satellite or in current area - *pause|resume "area" music* - pauses or resumes music in area - *pause|resume "entity"* - pauses or resumes music on media player - *unpause TV* - *TV unpause* - *set TV volume to 90 percent* - *change the TV volume to 90* - *turn TV volume down to 90 percent* ### Vacuum - *return rover to base* - *start rover* ### Lists - *Add bread to my shopping list* - *Add decorating christmas tree to my december chores list* - needs a todo list name "december chores" - *add clean out garage to weekend list* - needs a todo list named "Weekend" ## Date and time - *what time is it?* - *what's the date?* ## Timers ### Starting - *set a timer for 5 minutes* - *5 minute timer* - *set a 20 minute timer for pizza* - *set a timer for 1 hour and 3 minutes* - Break it up into hours, minutes, and seconds instead of using a technical term like *set a timer for 63 minutes*. ### Cancelling - *cancel timer* - can't cancel multiple timers yet - *cancel 5 minute timer* - *cancel pizza timer* - *cancel kitchen timer* - Must have been set by a voice satellite in the kitchen ### Adding/Removing Time - *add 5 minutes to pizza timer* - *add 5 minutes to kitchen timer* - *remove 1 minute from timer* - *remove 1 minute from 5 minute timer* ### Status - *timer status* - *how much time is left on pizza timer?* - *how much time is left on kitchen timer?* - *how much time is left on 5 minute timer?*