From 1c50c50240122ec706cdeb52ce02b0acecd04098 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Tue, 14 Apr 2020 09:46:09 +0100 Subject: [PATCH] add info about managing dashboards (#12946) based on this topic - https://community.home-assistant.io/t/how-to-add-additional-overviews/186244 --- source/lovelace/dashboards-and-views.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lovelace/dashboards-and-views.markdown b/source/lovelace/dashboards-and-views.markdown index f56b25a3063..11fc1a498a4 100644 --- a/source/lovelace/dashboards-and-views.markdown +++ b/source/lovelace/dashboards-and-views.markdown @@ -6,6 +6,7 @@ description: "The Lovelace UI is a powerful and configurable interface for Home ### Dashboards You can define multiple dashboards that all have their own YAML file, and add custom resources that are shared by all dashboards. +To create new or manage existing (with `mode: storage` only) dashboards, click on `Configuration` in the sidebar and then on `Lovelace Dashboards`. The key of the dashboard is used as the URL, this needs to contain a hyphen (`-`).