mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
8c93c0b6c5
commit
21a74288e1
@ -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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user