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: