diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 4835728a5d9..ca527351d30 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -146,6 +146,8 @@ link: /docs/configuration/state_object/ excerpt: > An entity represents a sensor, actor, or function in Home Assistant. Entities are used to monitor physical properties or to control other entities. An entity is usually part of a device or a service. + aliases: + - entities - term: Event definition: >- @@ -281,6 +283,8 @@ Scripts are components that allow users to specify a sequence of actions to be executed by Home Assistant when turned on. link: /docs/scripts/ + aliases: + - scripts - term: Sensor definition: >- diff --git a/source/_docs/scene/editor.markdown b/source/_docs/scene/editor.markdown index 06d2f3eb431..931110b9998 100644 --- a/source/_docs/scene/editor.markdown +++ b/source/_docs/scene/editor.markdown @@ -3,23 +3,27 @@ title: "Scenes Editor" description: "Instructions on how to use the scenes editor." --- -In Home Assistant 0.102 we introduced the first version of our scene editor. If you just created a new configuration with Home Assistant, then you're all set! Go to the UI and enjoy. - From the UI choose **Settings** which is located in the sidebar, then click on **Automations & Scenes** to go to the scene editor. Press the **Add Scene** button in the lower right corner to get started. Choose a meaningful name for your scene. -
-
-