-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
37 lines (34 loc) · 1.13 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
34
35
36
37
---
# This is actually just a bootstrap for my Lovelace configuration.
# It loads all resources for Lovelace dynamically from subfolders
# inside the `lovelace/resources` directory.
#
# Views are actually include one by one, this to guarentee the order of
# the tabs of the view in the UI.
#
title: Home Control Panel
resources:
- url: https://cdn.jsdelivr.net/gh/bramkragten/custom-ui@master/weather-card/weather-card.min.js
type: module
- url: /local/roku-card.js?v=0
type: module
- url: /local/synthwave.js?v=0
type: module
- url: /local/button-card.js?v=0
type: module
- url: /community_plugin/synthwave-hass-extras/synthwave-hass-extras.js
type: js
- url: /community_plugin/lovelace-card-mod/card-mod.js?v=1
type: js
- url: /community_plugin/custom-header/custom-header.js
type: module
- url: /community_plugin/simple-thermostat/simple-thermostat.js
type: module
# resources: !include_dir_list ui/resources
views: !include_dir_list ui/views
custom_header:
header_text: '{{ time }}' # See templates section for more on this.
compact_mode: true
#footer_mode: true
hide_help: true
split_mode: true