From e873bb08fed09c0f5db5cda0f4729d787f292648 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 30 Oct 2022 18:30:35 +0000 Subject: [PATCH 1/2] Merge branch 'main' of https://github.com/joBr99/nspanel-lovelace-ui (add nextion2text) --- HMI/US/portrait/diff-filtered.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMI/US/portrait/diff-filtered.txt b/HMI/US/portrait/diff-filtered.txt index 24d7ee26..b8deb8cb 100644 --- a/HMI/US/portrait/diff-filtered.txt +++ b/HMI/US/portrait/diff-filtered.txt @@ -1,4 +1,4 @@ -+++ /dev/fd/62 2022-10-30 14:43:58.947875548 +0000 ++++ /dev/fd/62 2022-10-30 18:30:29.818870787 +0000 +,14 +1329,45 @@ + page popupFan + if(type4.txt=="input_sel") 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 2/2] 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 +```