mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add ID information to Lovelace view page. (#7153)
* Add ID information to view page.
* ✏️ Tweaks
This commit is contained in:
parent
3c0e0545d7
commit
9425cf95a1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user