Initial commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
- title: Home
|
||||
icon: mdi:home
|
||||
path: home
|
||||
type: custom:dwains-dashboard-layout
|
||||
cards:
|
||||
- type: custom:homepage-card
|
||||
@@ -0,0 +1,6 @@
|
||||
- title: Devices
|
||||
icon: mdi:format-list-bulleted-type
|
||||
path: devices
|
||||
type: custom:dwains-dashboard-layout
|
||||
cards:
|
||||
- type: custom:devices-card
|
||||
@@ -0,0 +1,19 @@
|
||||
# dwains_dashboard
|
||||
|
||||
#More_page addon view
|
||||
{% if _dd_more_pages %}
|
||||
{% for addon in _dd_more_pages %}
|
||||
- title: {{ _dd_more_pages[addon]["name"] }}
|
||||
path: more_page_{{ addon|lower|replace("'", "_")|replace(" ", "_") }}
|
||||
type: custom:dwains-dashboard-layout
|
||||
icon: {{ _dd_more_pages[addon]["icon"] }}
|
||||
visible: true
|
||||
cards:
|
||||
- type: custom:more-page-card
|
||||
name: {{ _dd_more_pages[addon]["name"] }}
|
||||
icon: {{ _dd_more_pages[addon]["icon"] }}
|
||||
show_in_navbar: {{ _dd_more_pages[addon]["show_in_navbar"] }}
|
||||
foldername: {{ addon }}
|
||||
card: !include ../../../../{{ _dd_more_pages[addon]["path"] }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
- title: More page
|
||||
path: more_page
|
||||
icon: mdi:dots-horizontal
|
||||
visible: true
|
||||
type: custom:dwains-dashboard-layout
|
||||
cards:
|
||||
- type: custom:more-pages-card
|
||||
Reference in New Issue
Block a user