Skip to content

Areas dashboard: improve adding, editing procedures, add troublesh… #38737

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 9 commits into from
Apr 29, 2025
26 changes: 22 additions & 4 deletions source/dashboards/dashboards.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Not all of the predefined dashboards are listed under {% my lovelace_dashboards

### Areas dashboard

{% note %}
The **Areas** dashboard is still experimental. It is subject to change and may not always work as intended.
{% endnote %}

The **Areas** 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/).
Expand All @@ -55,12 +59,26 @@ The **Areas** dashboard is prepopulated by default and shows your {% term entiti
Screenshot of the Areas default dashboard.
</p>

After you [added the dashboard](#creating-a-new-dashboard), you can edit the **Areas** dashboard:
#### Limitations of the Areas dashboard

1. In the top-right corner, select the {% icon "mdi:pencil" %} icon.
2. You can show or hide sections, rearrange the content, or [add badges](/dashboards/badges/).
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.

The **Areas** dashboard is still experimental. It is subject to change and may not always work as intended.
#### Adding an Areas dashboard

- To add the **Areas** dashboard, follow the steps on [adding a dashboard](#creating-a-new-dashboard).

#### Editing the Areas 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/).

#### 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.
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

Expand Down