19 lines
570 B
YAML
19 lines
570 B
YAML
# Start of the dwains dashboard ui-lovelace.yaml
|
|
|
|
#Load all settings for Dwains Dashboard
|
|
dwains_dashboard:
|
|
active: true
|
|
|
|
#For people who want to use button card templates
|
|
button_card_templates:
|
|
!include_dir_merge_named ../../../dwains-dashboard/button_card_templates
|
|
|
|
#For people who want to use apexcharts card templates
|
|
apexcharts_card_templates:
|
|
!include_dir_merge_named ../../../dwains-dashboard/apexcharts_card_templates
|
|
|
|
# Start of main lovelace theme
|
|
lovelace-background: var(--background-image)
|
|
views:
|
|
!include_dir_merge_list views/
|