From 6083597afdd67f04bcc3f05bd1b9ba0327e52ff4 Mon Sep 17 00:00:00 2001 From: Peter <55065107+pyrrolizin@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:53:37 +0200 Subject: [PATCH] feat: adding selectors and variables (#23719) --- source/_data/glossary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index e7ec2cd1ade..62ab6c8fe20 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -60,6 +60,8 @@ description: "[Scripts](/docs/scripts/) are components that allow users to specify a sequence of actions to be executed by Home Assistant when turned on." - topic: Sensor description: "[Sensors](/integrations/sensor) return information about a thing, for instance the level of water in a tank." +- topic: Selectors + description: "[Selectors](/docs/blueprint/selectors/) specify what values are accepted for a blueprint input and how the input is shown in the user interface." - topic: Service description: "[Services](/docs/scripts/service-calls/) are called to perform actions." - topic: Switch @@ -70,5 +72,7 @@ description: "A [trigger](/docs/automation/trigger/) is a set of values or conditions of a platform that are defined to cause an automation to run." - topic: TTS description: "TTS ([text to speech](/integrations/tts)) allows Home Assistant to talk to you." +- topic: Variables + description: "[Variables](/docs/scripts/#variables) are a named storage for a value that can be processed e.g. in a script." - topic: Zone description: "[Zones](/integrations/zone/) are areas that can be used for presence detection."