forked from Klumpke/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui-lovelace.yaml
33 lines (28 loc) · 1.56 KB
/
ui-lovelace.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# These are all resources (plugins) used for dwains theme (mostly installed through HACS)
#
# If you want to install plugins manually, then keep in mind that the path might be different. Please contact me if you want to know how to do this.
# Do not change the file dwains-theme/resources/main.yaml!
#
# Do you have any custom resources? Go to the folder dwains-theme/resources/,
# if you don't have the file custom_resources.yaml then rename the file custom_resources-sample.yaml
# to custom_resources.yaml and place your resources in the file custom_resources.yaml!
resources:
!include_dir_merge_list dwains-theme/resources/
#########################################################################################
# Start of the dwains theme ui-lovelace.yaml
# You must have this code in your ui-lovelace.yaml file!
# Don't change anything below this section, only if you know what you are doing
# Loading all necessary components for dwains theme...
# Custom Header with some custom configuration (https://github.com/maykar/custom-header)
custom_header:
!include dwains-theme/plugins/custom_header/configuration.yaml
# Button Card Templates folder (https://github.com/custom-cards/button-card#Configuration-Templates)
# These are the templates used to avoid too much duplicate code.
button_card_templates:
!include_dir_merge_named dwains-theme/plugins/button-cards-templates
# Start of main lovelace theme
background: var(--background-image)
views:
!include_dir_merge_list dwains-theme/views/main/
# End of the dwains theme ui-lovelace.yaml part
######