Skip to content

Commit 5365091

Browse files
author
peakgeek
authored
Update glossary.yml
Make a few improvements in the spirit of Hacktoberfest.
1 parent 098e701 commit 5365091

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/_data/glossary.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- topic: Service
66
description: "[Services](/docs/scripts/service-calls/) are called to perform actions."
77
- topic: Event
8-
description: When somethings happen.
8+
description: When something happens.
99
- topic: Entity
1010
description: An entity is the representation of a single device, unit or web service.
1111
- topic: Device
@@ -14,4 +14,9 @@
1414
description: "Often used abbreviation for Home Assistant."
1515
- topic: Discovery
1616
description: The automatic setup of zeroconf/mDNS and uPnP devices after they are discovered.
17-
17+
- topic: Action
18+
description: The interactions via events and services executed when the conditions of a automation trigger are satisfied.
19+
- topic: Trigger
20+
description: System events that must be satisfied for an automation rule to be processed.
21+
- topic: Condition
22+
description: Options added to an automation rule that specify a system status that must be statisfied for the rule to process.

0 commit comments

Comments
 (0)