From 45cd1947f273239a963d5f6a3a92033ef7e3fffe Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 3 May 2023 18:05:42 +0200 Subject: [PATCH] Glossary: add intent (#27241) * Glossary: add entry for intent * Glossary, intent: fix layout --- source/_data/glossary.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index ca527351d30..2cabb5b89a8 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -231,6 +231,17 @@ aliases: - integrations +- 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. + + 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. + link: https://developers.home-assistant.io/docs/intent_builtin + aliases: + - Intents + - term: Lovelace definition: >- Lovelace is the original code name of the UI that is now known as