Default dashboards: order descriptions alphabetically (#38713)

This commit is contained in:
c0ffeeca7 2025-04-24 16:02:53 +02:00 committed by GitHub
parent 9949d42077
commit 717e8b4074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,15 +27,23 @@ Screenshot of the Dashboard list.
Home Assistant ships with some dashboards out of the box:
- Overview
- Energy
- [Map](#map-dashboard)
- Logbook
- History
- To-do lists
- Energy dashboard
- [History dashboard](#history-dashboard)
- [Logbook dashboard](#logbook-dashboard)
- [Map dashboard](#map-dashboard)
- [Overview dashboard](#creating-a-new-dashboard)
- [To-do lists dashboard](#to-do-lists-dashboard)
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.
### History dashboard
The predefined **History** dashboard is powered by the [History integration](/integrations/history/). To learn about the data sources used and how to export data, refer to the documentation of the History integration.
### Logbook dashboard
The predefined **Logbook** dashboard is powered by the [Logbook integration](/integrations/logbook/). To control which events to show or filter out, refer to the documentation of the Logbook integration.
### Map dashboard
The predefined **Map** dashboard is populated by the [Map card](/dashboards/map/). You can edit this dashboard like any other dashboard. For example, you can edit the [view](/dashboards/views/) to use the **Sidebar** instead of the default **Panel** view type if you like.
@ -44,14 +52,6 @@ The predefined **Map** dashboard is populated by the [Map card](/dashboards/map/
If you see a [person](/integrations/person/) on the map, it means you have connected a device that allows [presence detection](/integrations/#presence-detection). This is the case for example if you have the [Home Assistant Companion App](https://companion.home-assistant.io/) on your phone and allowed location tracking.
### Logbook dashboard
The predefined **Logbook** dashboard is powered by the [Logbook integration](/integrations/logbook/). To control which events to show or filter out, refer to the documentation of the Logbook integration.
### History dashboard
The predefined **History** dashboard is powered by the [History integration](/integrations/history/). To learn about the data sources used and how to export data, refer to the documentation of the History integration.
### To-do lists dashboard
The predefined **To-do lists** dashboard is powered by the [To-do integration](/integrations/todo/). To learn how to use to-do and shopping lists, refer to the documentation of the to-do list integration.