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. diff --git a/docs/subpages.md b/docs/subpages.md index 2de68c37..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 @@ -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: + +```yaml + 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 +```