From 15dbb411b37d217e4f0d1998f775d6f949be9195 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Mon, 31 Oct 2022 06:40:08 +0100 Subject: [PATCH] Update subpages.md --- docs/subpages.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/subpages.md b/docs/subpages.md index f9a2865c..452099bd 100644 --- a/docs/subpages.md +++ b/docs/subpages.md @@ -15,4 +15,13 @@ will allow you to navigate to a cardGrid page with the configured key testKey entities: - entity: light.test_item key: testKey -``` \ No newline at end of file +``` + +# Override Status of Navigation Items + +You can override the status of navigation items, to make them look like different entities. + +```yaml + - entity: navigate.cardThermo_test + status: climate.test +```