mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +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
|
type: list
|
||||||
id:
|
id:
|
||||||
required: false
|
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
|
type: string
|
||||||
default: view index
|
default: view index
|
||||||
icon:
|
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.
|
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 %}
|
### {% linkable_title Example %}
|
||||||
|
|
||||||
View config:
|
View config:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user