From 983f9401f910728c87bb3349209d3b4cdc5ef590 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:23:11 +0100 Subject: [PATCH] Update area term definition. Inspired by Spook glossary (#30801) --- source/_data/glossary.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index af8e517f322..7acdcf709ff 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -28,11 +28,12 @@ installed on Home Assistant OS. - term: Area definition: >- + An area in Home Assistant is a logical grouping of devices and 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. Locations within your home such as living room, dance floor, etc. - Devices can be associated to an area for easier sorting and automatically + Areas can also be used for automatically generated cards, such as the [Area card](/dashboards/area/). excerpt: >- - Places within your home such as rooms, spaces, etc. + An area in Home Assistant is a logical grouping of devices and 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. aliases: - areas - term: Automation