mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-01-25 15:44:13 +01:00
upd docs
This commit is contained in:
18
docs/subpages.md
Normal file
18
docs/subpages.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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.
|
||||
|
||||
```yaml
|
||||
- entity: navigate.cardGrid_testKey
|
||||
```
|
||||
|
||||
will allow you to navigate to a cardGrid page with the configured key testKey
|
||||
|
||||
```yaml
|
||||
hiddenCards:
|
||||
- type: cardGrid
|
||||
title: Exmaple Grid
|
||||
entities:
|
||||
- entity: light.test_item
|
||||
key: testKey
|
||||
```
|
||||
Reference in New Issue
Block a user