diff --git a/source/_dashboards/area.markdown b/source/_dashboards/area.markdown
index 093249306bf..f1379dd2426 100644
--- a/source/_dashboards/area.markdown
+++ b/source/_dashboards/area.markdown
@@ -6,8 +6,8 @@ description: "The area card gives control of your entities in a specified area."
related:
- docs: /dashboards/cards/
title: Dashboard cards
- - docs: /dashboards/dashboards/#areas-dashboard
- title: Areas dashboard
+ - docs: /dashboards/dashboards/#home-dashboard
+ title: Home dashboard
- docs: /docs/organizing/areas/
title: About areas
---
diff --git a/source/_docs/frontend.markdown b/source/_docs/frontend.markdown
index a0f5b80e7d5..2e3c67b4dbb 100644
--- a/source/_docs/frontend.markdown
+++ b/source/_docs/frontend.markdown
@@ -9,7 +9,7 @@ The Home Assistant [frontend integration](/integrations/frontend/) provides the
-Home Assistant comes with a [default dashboard](/dashboards/dashboards/#home-assistant-default-dashboards). But you can also create and customize your own dashboards.
+Home Assistant comes with [built-in dashboards](/dashboards/dashboards/#home-assistant-built-in-dashboards). But you can also create and customize your own dashboards.
## Creating and styling your own dashboards
diff --git a/source/_docs/organizing/areas.markdown b/source/_docs/organizing/areas.markdown
index 47593a79bdf..77eca549273 100644
--- a/source/_docs/organizing/areas.markdown
+++ b/source/_docs/organizing/areas.markdown
@@ -11,8 +11,8 @@ related:
title: Categories
- docs: /docs/configuration/templating/#areas
title: Using areas in template
- - docs: /dashboards/dashboards/#areas-dashboard
- title: Areas dashboard
+ - docs: /dashboards/dashboards/#home-dashboard
+ title: Home 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.
@@ -82,15 +82,6 @@ Follow these steps to edit an area.
{% include organizing/reorder-areas.md %}
-## Using the Areas 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).
-
-
-
-Screenshot of the Areas default dashboard.
-
-
## 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.
diff --git a/source/dashboards/dashboards.markdown b/source/dashboards/dashboards.markdown
index bff6b7a8f84..4b5daa42c36 100644
--- a/source/dashboards/dashboards.markdown
+++ b/source/dashboards/dashboards.markdown
@@ -20,18 +20,18 @@ related:
You can define multiple dashboards in Home Assistant. Each dashboard can be added to the sidebar. This makes it possible to create separate control dashboards for each individual part of your house.
-Under {% my lovelace_dashboards title="**Settings** > **Dashboards**" %}, you can see your own dashboards and some of the predefined ones.
+Under {% my lovelace_dashboards title="**Settings** > **Dashboards**" %}, you can see your own dashboards as well as the predefined, built-in dashboards.
Screenshot of the Dashboard list.
-## Home Assistant default dashboards
+## Home Assistant built-in dashboards
Home Assistant ships with some dashboards out of the box:
-- [Areas dashboard (experimental)](#areas-dashboard)
+- [Home dashboard](#home-dashboard)
- Energy dashboard
- [History dashboard](#history-dashboard)
- [Activity dashboard](#activity-dashboard)
@@ -41,13 +41,11 @@ 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 **Activity** and **History** dashboards are powered by their respective integrations.
-### Areas dashboard
+### Home dashboard
-{% note %}
-The **Areas** dashboard is still experimental. It is subject to change and may not always work as intended.
-{% endnote %}
+The **Home** dashboard is an entry point to open other built-in dashboards based on areas or topics such as lights, climate, or media players.
-The **Areas** dashboard is prepopulated by default and shows your {% term entities %} [grouped](/docs/organizing/) by [areas](/docs/organizing/areas/).
+The **Home** dashboard is prepopulated by default and shows your {% term entities %} [grouped](/docs/organizing/) by [areas](/docs/organizing/areas/).
- It uses the [sections view](/dashboards/sections/) type and [tile cards](/dashboards/tile/).
- The first view shows all your areas and the {% term entities %} that are [assigned to those areas](/docs/organizing/areas/).
@@ -55,29 +53,20 @@ The **Areas** dashboard is prepopulated by default and shows your {% term entiti
- {% term entities Entities%}, such as lights, covers, and cameras are automatically grouped by {% term domain %}.
-
-Screenshot of the Areas default dashboard.
+
+Screenshot of the built-in Home dashboard.
-#### Limitations of the Areas dashboard
-
-1. Not all devices are added to the **Areas** dashboard. Only a few sensors are displayed automatically. Such as temperature and humidity of the area, and door, window, and gate binary sensors.
-2. Certain entity domains and helpers are omitted from the **Areas** dashboard. For example, configuration and diagnostic {% term entities %} do not appear, even if they have been assigned to an area.
-
-#### Adding an Areas dashboard
-
-- To add the **Areas** dashboard, follow the steps on [adding a dashboard](#creating-a-new-dashboard).
-
-#### Editing the Areas dashboard
+#### Editing the Home dashboard
1. Make sure all the {% term entities %} are [assigned to an area](/docs/organizing/areas/#assigning-an-area-to-multiple-items).
-2. After you [added the dashboard](#creating-a-new-dashboard), you can edit the **Areas** dashboard.
-3. In the top-right corner, select the {% icon "mdi:pencil" %} icon.
-4. You can show or hide sections, rearrange the content, or [add badges](/dashboards/badges/).
+2. In the top-right corner, select the {% icon "mdi:pencil" %} icon.
+3. You can add entities to customize which items appear on your dashboard.
+4. If you don't like how the cards are arranged, [you can reorder floors and areas](/docs/organizing/areas/#reordering-areas-on-built-in-dashboards) under {% my areas title="**Settings** > **Areas, labels & zones**" %}.
#### Troubleshooting: entity is not showing
-1. Not all devices or entity types are automatically added to the **Areas** dashboard. Refer to the [Limitations](#limitations-of-the-areas-dashboard) section.
+1. Not all devices or entity types are automatically added to the **Home** dashboard.
2. Make sure the entity is [assigned to an area](/docs/organizing/areas/#assigning-an-area-to-multiple-items) and check the dashboard again.
### History dashboard
diff --git a/source/images/dashboards/areas-dashboard-overview.png b/source/images/dashboards/areas-dashboard-overview.png
deleted file mode 100644
index aa71244df1a..00000000000
Binary files a/source/images/dashboards/areas-dashboard-overview.png and /dev/null differ
diff --git a/source/images/dashboards/dashboard-manage-01.png b/source/images/dashboards/dashboard-manage-01.png
index 5c0843d9ebe..7ebfd62bcbf 100644
Binary files a/source/images/dashboards/dashboard-manage-01.png and b/source/images/dashboards/dashboard-manage-01.png differ
diff --git a/source/images/dashboards/home-dashboard-overview.png b/source/images/dashboards/home-dashboard-overview.png
new file mode 100644
index 00000000000..263a6b6bb37
Binary files /dev/null and b/source/images/dashboards/home-dashboard-overview.png differ