From c04eea9889df665ad54f14ad69ccbd04ee58e914 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:48:00 +0200 Subject: [PATCH] Terminology: move devices before entities (#34995) * Terminology: mave devices before entities * Apply suggestions from code review --- source/getting-started/concepts-terminology.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown index 965c545a48a..56d073be7bb 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -20,12 +20,6 @@ For a full list of compatible {% term integrations %}, refer to the [integration Once an {% term integration %} has been added, the hardware and/or data are represented in Home Assistant as [devices and entities](#devices). -## 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 %}. - -

Screenshot showing the Entities tableScreenshot of the Entities table. Each line represents an entity.

- ## Devices Devices are a logical grouping for one or more {% term entities %}. A {% term device %} may represent a physical {% term device %}, which can have one or more sensors. The sensors appear as entities associated with the {% term device %}. For example, a motion sensor is represented as a {% term device %}. It may provide motion detection, temperature, and light levels as {% term entities %}. Entities have states such as *detected* when motion is detected and *clear* when there is no motion. @@ -40,6 +34,12 @@ Devices and entities are used throughout Home Assistant. To name a few examples: ![Home Assistant device](/images/getting-started/home-assistant-device_02.png) +## 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 %}. + +

Screenshot showing the Entities tableScreenshot of the Entities table. Each line represents an entity.

+ ## Areas An area in Home Assistant is a logical grouping of {% term devices %} and {% term entities %} that are meant to match areas (or rooms) in the physical world: your home. For example, the `living room` area groups devices and entities in your living room. Areas allow you to target service calls at an entire group of devices. For example, turning off all the lights in the living room.