From 32fdcb070972b9b076c2a2157e565b6a1c1172a8 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:04:39 +0100 Subject: [PATCH] Update subpages.md --- docs/subpages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/subpages.md b/docs/subpages.md index c9311578..02398fe5 100644 --- a/docs/subpages.md +++ b/docs/subpages.md @@ -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. ```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.cardGrid_test + - entity: navigate.testKey status: climate.test ```