From 21a74288e116a4289d33830299bbcf5194dcf0c2 Mon Sep 17 00:00:00 2001 From: DrewSK Date: Sun, 15 Oct 2017 02:40:37 -0500 Subject: [PATCH] Update glossary.yml (#3627) * Update glossary.yml Added automation, trigger, and template. Adjusted the groups entry to not utilize the term in the definition. * Remove white space --- source/_data/glossary.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 39245d7ef25..e18d05c02e5 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -15,4 +15,10 @@ - topic: Discovery description: The automatic setup of zeroconf/mDNS and uPnP devices after they are discovered. - topic: Groups - description: "Groups are a way to organize your entities into a group." + description: "Groups are a way to organize your entities into a single unit." +- topic: Automation + description: "Capability to call a service based on a simple or complex trigger. Automation allows a condition such as sunset to cause an event, such as a light turning on." +- topic: Trigger + description: "Values or conditions of a platform that are defined to cause an automation to run." +- topic: Template + description: "An automation definition can include variables for the service or data from the trigger values. This allows automations to generate dynamic actions."