Update subpages.md

This commit is contained in:
Johannes
2023-01-05 21:04:39 +01:00
committed by GitHub
parent 55365dcfaa
commit 30fb9c7bdc

View File

@@ -3,7 +3,7 @@
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. 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 ```yaml
- entity: navigate.cardGrid_testKey - entity: navigate.testKey
``` ```
will allow you to navigate to a cardGrid page with the configured key 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. You can override the status of navigation items, to make them look like different entities.
```yaml ```yaml
- entity: navigate.cardGrid_test - entity: navigate.testKey
status: climate.test status: climate.test
``` ```