mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 23:14:25 +01:00
Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui
This commit is contained in:
17
.github/issue-close-app.yml
vendored
17
.github/issue-close-app.yml
vendored
@@ -4,22 +4,7 @@
|
|||||||
# See how to use it in https://github.com/offu/close-issue-app.
|
# 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 that will be sent if an issue is judged to be closed.
|
||||||
comment: >-
|
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.
|
|
||||||
|
|
||||||
issueConfigs:
|
issueConfigs:
|
||||||
# There can be several configs for different kind of issues.
|
# There can be several configs for different kind of issues.
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ You can override the status of navigation items, to make them look like differen
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
```
|
```yaml
|
||||||
cards:
|
cards:
|
||||||
- type: cardGrid
|
- type: cardGrid
|
||||||
title: Wohnzimmer
|
title: Wohnzimmer
|
||||||
@@ -40,3 +40,23 @@ You can override the status of navigation items, to make them look like differen
|
|||||||
entity: light.bad_lights
|
entity: light.bad_lights
|
||||||
entities:
|
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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user