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
This commit is contained in:
DrewSK 2017-10-15 02:40:37 -05:00 committed by Fabian Affolter
parent 8c93c0b6c5
commit 21a74288e1
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -15,4 +15,10 @@
- topic: Discovery - topic: Discovery
description: The automatic setup of zeroconf/mDNS and uPnP devices after they are discovered. description: The automatic setup of zeroconf/mDNS and uPnP devices after they are discovered.
- topic: Groups - 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."