|
2 | 2 | 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."
|
3 | 3 | - topic: Component
|
4 | 4 | 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." |
5 | 7 | - topic: Service
|
6 | 8 | 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." |
7 | 11 | - topic: Event
|
8 | 12 | description: "An [event](/docs/configuration/events/) is when something happens."
|
9 |
| - description: When something happens. |
10 | 13 | - 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." |
12 | 15 | - topic: Device
|
13 | 16 | description: "A device is usually a physical unit which can do or observe something."
|
14 | 17 | - 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." |
16 | 19 | - 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." |
20 | 23 | - topic: Automation
|
21 | 24 | 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."
|
22 | 25 | - topic: Trigger
|
|
26 | 29 | - topic: Script
|
27 | 30 | description: "[Scripts](/docs/scripts/) are components that allow users to specify a sequence of actions to be executed by Home Assistant when turned on"
|
28 | 31 | - 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." |
32 | 33 | - topic: HADashboard
|
33 | 34 | 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" |
34 | 37 | - 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" |
36 | 39 | - topic: Cookbook
|
37 | 40 | description: "The [Cookbook](/cookbook/) contains a set of configuration examples of Home Assistant from the community"
|
38 | 41 | - 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 |
41 | 44 | 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