From 9425cf95a186710dcd5a256866d7863e98f0a729 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 29 Oct 2018 15:38:58 +0100 Subject: [PATCH] Add ID information to Lovelace view page. (#7153) * Add ID information to view page. * :pencil2: Tweaks --- source/lovelace/views.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/lovelace/views.markdown b/source/lovelace/views.markdown index 725f43894f1..0ea7de6abb3 100644 --- a/source/lovelace/views.markdown +++ b/source/lovelace/views.markdown @@ -36,7 +36,7 @@ views: type: list id: required: false - description: IDs are used in the URL, more info below. + description: IDs are used in the URL, more info below. If you don't specify an ID, a random one will be added automatically. type: string default: view index icon: @@ -62,6 +62,8 @@ views: You can link to one view from another view by its ID. For this use cards that support navigation (`navigation_path`). Do not use special characters in IDs. +IDs are also used to identify a view for editing in the Home Assistant frontend (not yet released), we will add a randomly generated ID to your view if you don't specify one. You can change this ID, as long as every view has a unique ID. + ### {% linkable_title Example %} View config: