mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 23:14:25 +01:00
start reworking navigation paramters (#644)
* modify cardGrid/cardEntities nav * rework backend nav for new style * fix some bugs * update other pages with new nav paramters * readd readme part
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Subpages
|
||||
|
||||
You can configure entities with with the prefix `navigate`, that are navigating to cards, in case it's hidden card, the navigation items will change and the arrow is bringing you back to the privious page.
|
||||
You can configure entities with with the prefix `navigate`, that are navigating to cards, in case it's hidden card, the navigation items will change and the arrow is bringing you back to the previous page.
|
||||
|
||||
```yaml
|
||||
- entity: navigate.cardGrid_testKey
|
||||
- entity: navigate.testKey
|
||||
```
|
||||
|
||||
will allow you to navigate to a cardGrid page with the configured key testKey
|
||||
@@ -22,6 +22,6 @@ will allow you to navigate to a cardGrid page with the configured key testKey
|
||||
You can override the status of navigation items, to make them look like different entities.
|
||||
|
||||
```yaml
|
||||
- entity: navigate.cardThermo_test
|
||||
- entity: navigate.test
|
||||
status: climate.test
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user