From 0f5285e2f233fa3d184f9c401442a9151680ff3a Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:33:16 +0100 Subject: [PATCH 1/3] Update issue-close-app.yml --- .github/issue-close-app.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml index dda3b8a9..bea2c349 100644 --- a/.github/issue-close-app.yml +++ b/.github/issue-close-app.yml @@ -4,22 +4,7 @@ # See how to use it in https://github.com/offu/close-issue-app. # Comment that will be sent if an issue is judged to be closed. -comment: >- - This issue has been automatically closed because the TEMPLATE (it's the stuff you deleted from the issue while opening) is missing or incomplete. - - Filling the template is required so standard questions don't need to be asked again each time. - The ability to provide assistance is greatly hampered if few minutes are not taken to complete the issue template - with the requested information. The details requested potentially affect which options to pursue. The small amount - of time you will spend completing the template will also help the volunteers, providing assistance to you, to reduce - the time required to help you. - - Please, could you be so kind on completing the [REPORT TEMPLATE](https://github.com/joBr99/nspanel-lovelace-ui/issues/new/choose) in order to have more information so as to properly help you? - - Thank you for taking the time to report, hopefully it can be resolved soon. - - [Docs](https://docs.nspanel.pky.eu) for more information. - - IF YOU THINK THIS IS WAS CLOSED AS A FALSE POSITIVE or you just didn't find a template that matches your request, please do not open another issue, closed issues will also be monitored. +comment: "" issueConfigs: # There can be several configs for different kind of issues. From 57edd0cd5a29613c985b1ea7bada572e437e5526 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sat, 7 Jan 2023 21:26:21 +0100 Subject: [PATCH 2/3] Update subpages.md --- docs/subpages.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/subpages.md b/docs/subpages.md index 2de68c37..c1ee09e1 100644 --- a/docs/subpages.md +++ b/docs/subpages.md @@ -40,3 +40,23 @@ You can override the status of navigation items, to make them look like differen entity: light.bad_lights entities: ``` + +This can be used to add an home button to your subpages: + +``` + cards: + - type: cardGrid + title: Home + key: home + entities: + - entity: light.bad + + hiddenCards: + - type: cardGrid + title: Wohnzimmer + navItem2: + entity: navigate.home + icon: mdi:home + entities: + - entity: light.kitchen +``` From bca94b7525e80bff4bc5e62efc92d56a6698bde9 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sat, 7 Jan 2023 21:26:37 +0100 Subject: [PATCH 3/3] 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 c1ee09e1..e7c199fc 100644 --- a/docs/subpages.md +++ b/docs/subpages.md @@ -30,7 +30,7 @@ You can override the status of navigation items, to make them look like differen ![image](https://user-images.githubusercontent.com/29555657/210870248-dfbaf95a-3dcb-4482-a24f-afca2e426406.png) -``` +```yaml cards: - type: cardGrid title: Wohnzimmer @@ -43,7 +43,7 @@ You can override the status of navigation items, to make them look like differen This can be used to add an home button to your subpages: -``` +```yaml cards: - type: cardGrid title: Home