Mention areas dashboard in areas topic (#38735)

This commit is contained in:
c0ffeeca7 2025-04-25 09:04:56 +02:00 committed by GitHub
parent 2cca42de7c
commit f6750adaac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 3 deletions

View File

@ -11,6 +11,8 @@ related:
title: Categories title: Categories
- docs: /docs/configuration/templating/#areas - docs: /docs/configuration/templating/#areas
title: Using areas in template 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. 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 ## 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: 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. - 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**. - Add an **Alias**.
- Aliases are alternative names used in [voice assistants](/voice_control/aliases/) to refer to an area, entity, or floor. - 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 ## 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. 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.

View File

@ -31,7 +31,7 @@ Screenshot of the Dashboard list.
Home Assistant ships with some dashboards out of the box: Home Assistant ships with some dashboards out of the box:
- [Areas dashboard (experimental)](#areas-dashboard-experimental) - [Areas dashboard (experimental)](#areas-dashboard)
- Energy dashboard - Energy dashboard
- [History dashboard](#history-dashboard) - [History dashboard](#history-dashboard)
- [Logbook dashboard](#logbook-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. 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/). The **Areas** dashboard is prepopulated by default and shows your {% term entities %} [grouped](/docs/organizing/) by [areas](/docs/organizing/areas/).