diff --git a/source/dashboards/dashboards.markdown b/source/dashboards/dashboards.markdown index 56cdacd8f9e..903e3b50e6f 100644 --- a/source/dashboards/dashboards.markdown +++ b/source/dashboards/dashboards.markdown @@ -1,11 +1,16 @@ --- -title: "Multiple Dashboards" +title: "Multiple dashboards" description: "Multiple powerful and configurable dashboards in Home Assistant." --- 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. -You can manage your dashboards via the user interface. Go to **Settings** -> **Dashboards**. Here you can see all defined dashboards and create new ones. +You can manage your dashboards via the user interface. Go to {% my lovelace_dashboards title="**Settings** > **Dashboards**" %}. Here you can see all defined dashboards and create new ones. + +

+Screenshot of the dashboard list +Screenshot of the Dashboard list. +

## Using YAML for the default dashboard @@ -18,9 +23,9 @@ lovelace: A good way to start this file is to copy and paste the "Raw configuration" from the UI so your manual configuration starts the same as your existing UI. -- Click `Overview` in your sidebar. -- Click the three dots menu (top-right) and click on `Edit Dashboard`. -- Click the three dots menu again and click on `Raw configuration editor`. +- In your sidebar, select **Overview**. +- In the top-right corner, select the pencil icon. +- Select the three dots menu and select **Raw configuration editor**. - There you see the configuration for your current dashboard. Copy that into the `/ui-lovelace.yaml` file. Once you take control of your UI via YAML, the Home Assistant interface for modifying it won't be available anymore and new entities will not automatically be added to your UI. diff --git a/source/images/dashboards/dashboard-manage-01.png b/source/images/dashboards/dashboard-manage-01.png new file mode 100644 index 00000000000..bfd486c364f Binary files /dev/null and b/source/images/dashboards/dashboard-manage-01.png differ