mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Mention areas dashboard in areas topic (#38735)
This commit is contained in:
parent
2cca42de7c
commit
f6750adaac
@ -11,6 +11,8 @@ related:
|
||||
title: Categories
|
||||
- docs: /docs/configuration/templating/#areas
|
||||
title: Using areas in template
|
||||
- docs: /dashboards/dashboards/#areas-dashboard
|
||||
title: Areas dashboard
|
||||
---
|
||||
|
||||
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 of your home.
|
||||
@ -49,7 +51,7 @@ If an area has not yet been assigned to a floor, it is shown in the **Unassigned
|
||||
|
||||
## Assigning an area to multiple items
|
||||
|
||||
You can assign an area to multiple items at once in the automation, scene, script, and device pages.
|
||||
You can assign an area to multiple items at once in the {% term automation %}, {% term scene %}, {% term script %}, and {% term device %} pages.
|
||||
|
||||
1. Depending on what you want to assign, go to one of the following pages:
|
||||
- For automations, scripts, or scenes {% my automations title="**Settings** > **Automations & Scenes**" %} and open the respective tab.
|
||||
@ -76,6 +78,15 @@ Follow these steps to edit an area.
|
||||
- Add an **Alias**.
|
||||
- Aliases are alternative names used in [voice assistants](/voice_control/aliases/) to refer to an area, entity, or floor.
|
||||
|
||||
## Using the area dashboard
|
||||
|
||||
Once you have assigned your entities to areas, you can use the areas dashboard. The areas dashboard is a pre-populated dashboard that shows your {% term entities %} grouped by areas. To learn how, refer to the documentation on the [areas dashboard](/dashboards/dashboards/#areas-dashboard).
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/dashboards/areas-dashboard-overview.png' alt='Screenshot of the Areas default dashboard'>
|
||||
Screenshot of the Areas default dashboard.
|
||||
</p>
|
||||
|
||||
## Deleting an area
|
||||
|
||||
Follow these steps to delete an area. It will be removed from all the floors it was assigned to. All the devices that were assigned to this area will become unassigned.
|
||||
|
@ -31,7 +31,7 @@ Screenshot of the Dashboard list.
|
||||
|
||||
Home Assistant ships with some dashboards out of the box:
|
||||
|
||||
- [Areas dashboard (experimental)](#areas-dashboard-experimental)
|
||||
- [Areas dashboard (experimental)](#areas-dashboard)
|
||||
- Energy dashboard
|
||||
- [History dashboard](#history-dashboard)
|
||||
- [Logbook dashboard](#logbook-dashboard)
|
||||
@ -41,7 +41,7 @@ Home Assistant ships with some dashboards out of the box:
|
||||
|
||||
Not all of the predefined dashboards are listed under {% my lovelace_dashboards title="**Settings** > **Dashboards**" %}. The **Logbook** and **History** dashboards are powered by their respective integrations.
|
||||
|
||||
### Areas dashboard (experimental)
|
||||
### Areas dashboard
|
||||
|
||||
The **Areas** dashboard is prepopulated by default and shows your {% term entities %} [grouped](/docs/organizing/) by [areas](/docs/organizing/areas/).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user