Skip to content

Commit ff9323b

Browse files
Derekfabaff
Derek
authored andcommitted
New entries, fixes, hyperlinks. (home-assistant#3774)
* New entries, fixes, hyperlinks. - Got rid of a second hass.io entry - Seems as though "hass" entry topic undercase is allowing it to bypass sorting? - Added hyperlinks to all entries - Added some new terms * Typo fix * Added frontend/themes
1 parent 7c3474d commit ff9323b

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

source/_data/glossary.yml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,24 @@
22
description: "[Platforms](/docs/configuration/platform_options/) make the connection to a specific software or hardware platform. For example, the `pushbullet` platform works with the service pushbullet.com to send notifications."
33
- topic: Component
44
description: "[Components](/docs/configuration/platform_options/) provide the core logic for the functionality in Home Assistant. Like `notify` provides sending notifications."
5+
- topic: Condition
6+
description: "[Conditions](/docs/scripts/conditions/) are an optional part of an automation that will prevent an action from firing if they are not met."
57
- topic: Service
68
description: "[Services](/docs/scripts/service-calls/) are called to perform actions."
9+
- topic: Action
10+
description: "[Actions](/docs/automation/action/) are events that fires once all triggers and conditions have been met."
711
- topic: Event
812
description: "An [event](/docs/configuration/events/) is when something happens."
9-
description: When something happens.
1013
- topic: Entity
11-
description: An [entity](/docs/configuration/platform_options/) is the representation of a single device, unit or web service.
14+
description: "An [entity](/docs/configuration/platform_options/) is the representation of a single device, unit or web service."
1215
- topic: Device
1316
description: "A device is usually a physical unit which can do or observe something."
1417
- topic: hass
15-
description: "HASS or hass is often used as an abbreviation for Home Assistant."
18+
description: "HASS or [hass](/docs/tools/hass/) is often used as an abbreviation for Home Assistant as well the command line tool."
1619
- topic: Discovery
17-
description: Discovery is the automatic setup of zeroconf/mDNS and uPnP devices after they are discovered.
18-
- topic: Groups
19-
description: "Groups are a way to organize your entities into a single unit."
20+
description: "[Discovery](/components/discovery/) is the automatic setup of zeroconf/mDNS and uPnP devices after they are discovered."
21+
- topic: Group
22+
description: "[Groups](/components/group/) are a way to organize your entities into a single unit."
2023
- topic: Automation
2124
description: "[Automations](/docs/automation/) offer the 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."
2225
- topic: Trigger
@@ -26,18 +29,20 @@
2629
- topic: Script
2730
description: "[Scripts](/docs/scripts/) are components that allow users to specify a sequence of actions to be executed by Home Assistant when turned on"
2831
- topic: Scene
29-
description: "Scenes capture the states you want certain entities to be. For example a scene can specify that light A should be turned on and light B should be bright red."
30-
- topic: hassio
31-
description: see Hass.io
32+
description: "[Scenes](/components/scene/) capture the states you want certain entities to be. For example a scene can specify that light A should be turned on and light B should be bright red."
3233
- topic: HADashboard
3334
description: "[HADashboard](/docs/ecosystem/hadashboard/) is a modular, skinnable dashboard for Home Assistant that is intended to be wall mounted, and is optimized for distance viewing."
35+
- topic: hass
36+
description: "HASS or [hass](/docs/tools/hass/) is often used as an abbreviation for Home Assistant. It is aslo the comand line tool for accessing"
3437
- topic: Hass.io
35-
description: "Hass.io is an operating system that will take care of installing and updating Home Assistant, is managed from the Home Assistant UI, allows creating/restoring snapshots of your configuration, and can easily be extended"
38+
description: "[Hass.io](/hassio/) is an operating system that will take care of installing and updating Home Assistant, is managed from the Home Assistant UI, allows creating/restoring snapshots of your configuration, and can easily be extended"
3639
- topic: Cookbook
3740
description: "The [Cookbook](/cookbook/) contains a set of configuration examples of Home Assistant from the community"
3841
- topic: Packages
39-
description: "Packages allow you to bundle different component configuations together."
40-
- topic: Customizing
42+
description: "[Packages](/docs/configuration/packages/) allow you to bundle different component configuations together."
43+
- topic: Customize
4144
description: "[Customization](/docs/configuration/customizing-devices/) allows you to overwrite the default parameter of your devices in the configuration."
42-
- topic: Zones
43-
description: "Zones are areas that can be used for presence detection."
45+
- topic: Zone
46+
description: "[Zones](/components/zone/) are areas that can be used for presence detection."
47+
- topic: Frontend
48+
description: "The [frontend](/components/frontend/) is a necessary component for the UI, it is also where you can define your themes."

0 commit comments

Comments
 (0)