From 8251437e3070f2f7a53c1eefc835fbfddb4cc3ff Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 3 May 2023 18:34:09 +0200 Subject: [PATCH] fix typo (#27246) --- source/_data/glossary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 2cabb5b89a8..f658f95868f 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -233,11 +233,11 @@ - term: Intent definition: >- - Intent is a term used with voice assistants. The intent is what Home Assistant thinks you want it do when it extracts a command from your voice or text utterance. Currently, the following intents are supported out of the box: HassTurnOn, HassTurnOff, HassGetState, and HassLightSet. + Intent is a term used with voice assistants. The intent is what Home Assistant thinks you want it to do when it extracts a command from your voice or text utterance. Currently, the following intents are supported out of the box: HassTurnOn, HassTurnOff, HassGetState, and HassLightSet. These intents allow you to turn things on or off, inquire about a state, or change the brightness or color of a light. excerpt: > - Intent is a term used with voice assistants. The intent is what Home Assistant thinks you want it do when it extracts a command from your voice or text utterance. + Intent is a term used with voice assistants. The intent is what Home Assistant thinks you want it to do when it extracts a command from your voice or text utterance. link: https://developers.home-assistant.io/docs/intent_builtin aliases: - Intents