mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Glossary: expand definition of 'action' (#27000)
This commit is contained in:
parent
ff2ef805cb
commit
2175c67f9c
@ -9,12 +9,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
- term: Action
|
- term: Action
|
||||||
definition: >-
|
definition: |-
|
||||||
An action is an command that can be fired. For example, turning on a light.
|
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*.
|
||||||
Actions used in many places, most notably in automations and scripts.
|
|
||||||
|
Actions use service calls and/or scenes to interact with entities and cause these entities to do something. Actions can also include conditions and a delay. An action can call multiple services at the same time. For example, if your presence is detected in a room, an action may call one service to turn on a light and call another service to start playing music after a delay.
|
||||||
|
|
||||||
|
Actions are also used on the dashboard, for example as tap or hold action on a UI element. When triggered, the action calls a service.
|
||||||
|
|
||||||
aliases:
|
aliases:
|
||||||
- actions
|
- actions
|
||||||
link: /docs/automation/action/
|
link: /docs/automation/action/
|
||||||
|
excerpt: >
|
||||||
|
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: Add-on
|
- term: Add-on
|
||||||
definition: >-
|
definition: >-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user