-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathui-lovelace.yaml
164 lines (160 loc) · 4.47 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
button_card_templates: !include_dir_merge_named ui_lovelace_minimalist/includes/
title: ""
views: !include_dir_list ui_lovelace_minimalist/dashboard/
#### OLD ####
##views:
## - !include lovelace_minimalist/dashboard/view_home.yaml
## - !include lovelace_minimalist/dashboard/view_rooms.yaml
## - !include lovelace_minimalist/dashboard/view_system.yaml
##
## # Chips
## - !include lovelace_minimalist/dashboard/view_climate.yaml
## - !include lovelace_minimalist/dashboard/view_presense.yaml
## - !include lovelace_minimalist/dashboard/view_lights.yaml
## - !include lovelace_minimalist/dashboard/view_motion.yaml
##
## # Rooms
## - !include lovelace_minimalist/dashboard/view_living_room.yaml
## - !include lovelace_minimalist/dashboard/view_kitchen.yaml
## - !include lovelace_minimalist/dashboard/view_hallway.yaml
## - !include lovelace_minimalist/dashboard/view_bedroom.yaml
## - !include lovelace_minimalist/dashboard/view_kids_room.yaml
## - !include lovelace_minimalist/dashboard/view_work_room.yaml
##
## # System
## - !include lovelace_minimalist/dashboard/view_scheduler.yaml
## - !include lovelace_minimalist/dashboard/view_homeassistant.yaml
## - !include lovelace_minimalist/dashboard/view_wallpanel.yaml
## - !include lovelace_minimalist/dashboard/view_nas.yaml
## - !include lovelace_minimalist/dashboard/view_batteries.yaml
## - !include lovelace_minimalist/dashboard/view_tasmota.yaml
## - !include lovelace_minimalist/dashboard/view_zigbee2mqtt.yaml
## - !include lovelace_minimalist/dashboard/view_energy.yaml
##
## # Kiosk
## - !include lovelace_minimalist/dashboard/view_kiosk.yaml
##button_card_templates:
## header:
## styles:
## card:
## - height: 30px
## - font-size: 14px
## color_type: label-card
## color: "var(--secondary-background-color)"
## header_clickable:
## color_type: card
## color: "var(--secondary-background-color)"
## show_icon: false
## styles:
## card:
## - height: 30px
## - font-size: 14px
## - background-color: "var(--ha-card-background)"
## esp:
## styles:
## card:
## - height: 35px
## - font-size: 14px
## color_type: icon
## show_name: false
## show_icon: false
## show_state: true
## people_state:
## show_state: true
## show_icon: true
## show_name: false
## show_entity_picture: true
## tap_action:
## action: more-info
## styles:
## card:
## - font-size: 14px
## style: |
## img {
## width: 100% !important;
## }
## #img-cell {
## border-radius: 50px;
## height: 50px !important;
## width: 50px !important;
## }
## #state {
## padding-top: 5px;
## }
## people_button:
## show_state: false
## show_icon: false
## show_name: false
## size: 16px
## tap_action:
## action: more-info
## styles:
## card:
## - height: 30x
## - font-size: 12px
## - box-shadow: unset
## dash_button:
## size: 25px
## color_type: card
## tap_action:
## action: more-info
## hold_action:
## action: toggle
## styles:
## card:
## - height: 70px
## - font-size: 11px
## - margin: 0px
## - background: >
## [[[
## if (entity.state == "on") return "var(--accent-color)";
## else return "var(--ha-card-background)";
## ]]]
## style: !include lovelace/includes/style.yaml
## popup_button:
## size: 25px
## color_type: card
## tap_action:
## action: more-info
## styles:
## card:
## - height: 70px
## - font-size: 11px
## - background: >
## [[[
## if (entity.state == "on") return "var(--accent-color)";
## else return "var(--ha-card-background)";
## ]]]
## style: !include lovelace/includes/style.yaml
## timer:
## color_type: card
## color: "var(--color-red-bright-1)"
## size: 25px
## show_icon: false
## show_name: false
## show_state: true
## styles:
## card:
## - height: 20px
## - font-size: 11px
## - font-weight: bold
## pi-hole:
## size: 30px
## styles:
## card:
## - font-size: 12px
## power:
## styles:
## card:
## - height: 40px
## - font-size: 13.5px
## name:
## - color: var(--secondary-text-color)
## - font-size: 10px
## show_name: true
## show_icon: false
## show_state: true
##
##title: ""
##views: !include_dir_list lovelace/views/
##