diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 342c06bfa0f3..d16da5144e8c 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -30,6 +30,11 @@ Actions are used in several places in Home Assistant. As part of a script or automation, actions define what is going to happen once a trigger is activated. In scripts, an action is called *sequence*. +- term: Actor + definition: |- + An entity that receives a control signal and performs an action in a system. + aliases: + - actors - term: Add-on definition: >- Add-ons are additional standalone third-party software packages that can be diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown index 844502482a04..ef425cb23baf 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -36,7 +36,7 @@ Devices and entities are used throughout Home Assistant. To name a few examples: ## Entities -Entities are the basic building blocks to hold data in Home Assistant. An {% term entity %} represents a {% term sensor %}, actor, or function in Home Assistant. Entities are used to monitor physical properties or to control other {% term entities %}. An {% term entity %} is usually part of a {% term device %} or a {% term service %}. Entities have {% term states %}. +Entities are the basic building blocks to hold data in Home Assistant. An {% term entity %} represents a {% term sensor %}, {% term actor %}, or function in Home Assistant. Entities are used to monitor physical properties or to control other {% term entities %}. An {% term entity %} is usually part of a {% term device %} or a {% term service %}. Entities have {% term states %}.
Screenshot of the Entities table. Each line represents an entity.