Skip to content

Mention areas dashboard in areas topic #38735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion source/_docs/organizing/areas.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions source/dashboards/dashboards.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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/).

Expand Down