forked from russellventura/HomeAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemperature Dashboard
176 lines (176 loc) · 4.28 KB
/
Temperature Dashboard
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
165
166
167
168
169
170
171
172
173
174
175
176
type: picture-elements
image: /local/Temperature-Dashboard-2.png
elements:
- type: custom:digital-clock
dateFormat:
weekday: long
day: 2-digit
month: short
style:
top: 12.5%
left: 69%
font-size: 18px
border: solid 5px
border-color: black
border-radius: 25px
width: 32%
overflow: hidden
- type: image
image: /local/Temps-Back-Button.png
tap_action:
action: navigate
navigation_path: /lovelace/kitchen-floor-plan/?kiosk
style:
top: 13%
left: 92.5%
width: 10%
border-radius: 0px
- type: state-badge
entity: sensor.hallway_temperature_sensor
title: HALLWAY SENSOR
style:
top: 43.5%
left: 24%
color: rgba(0,0,0,0)
'--label-badge-red': green
background: rgb(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.kitchen_temperature_sensor
title: KITCHEN SENSOR
style:
top: 44%
left: 8%
color: rgb(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.network_room_temperature_sensor
title: NETWORK ROOM SENSOR
style:
top: 58%
left: 22%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.front_door_sensor_temperature_measurement
title: FRONT DOOR SENSOR
style:
top: 55%
left: 38%
color: rgba(0,0,0,0)
'--label-badge-red': blue
transform: scale(1,1)
- type: state-badge
entity: sensor.front_room_temperature_sensor
title: LIVING ROOM SENSOR
style:
top: 79%
left: 31.5%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.bathroom_temperature_sensor
title: SB BATHROOM SENSOR
style:
top: 33%
left: 54%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.lisa_bedroom_temperature_sensor
title: BEDROOM 1 SENSOR
style:
top: 55%
left: 58%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.lisa_office_temperature_sensor
title: OFFICE 2 SENSOR
style:
top: 80%
left: 58%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.russ_office_temperature_sensor
title: OFFICE 1 SENSOR
style:
top: 33%
left: 81%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.landing_temperature_sensor
title: LANDING SENSOR
style:
top: 70%
left: 74%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.conservatory_temperature_sensor
title: CONSERVATORY SENSOR
style:
top: 75.5%
left: '-0.1%'
color: rgba(0,0,0,0)
'--label-badge-red': black
transform: scale(1,1)
- type: state-badge
entity: sensor.dining_room_temperature_sensor
title: DINING ROOM SENSOR
style:
top: 77%
left: 12%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.garage_temperature_sensor
title: BEDROOM 4 SENSOR
style:
top: 36.5%
left: 36%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.bedroom_2_temperature_sensor
title: BEDROOM 2 SENSOR
style:
top: 57%
left: 88%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.retro_room_temperature_sensor
title: BEDROOM 3 SENSOR
style:
top: 81%
left: 88%
color: rgba(0,0,0,0)
transform: scale(1,1)
- type: state-badge
entity: sensor.attic_temperature_sensor
title: ATTIC SENSOR
style:
top: 24%
left: 46.5%
color: rgba(0,0,0,0)
'--label-badge-red': black
transform: scale(1,1)
- type: custom:button-card
entity: sensor.attic_temperature_sensor
icon: mdi:water-percent
name: ' '
title: HUMIDITY DASHBOARD
tap_action:
action: navigate
navigation_path: /lovelace/humidity/?kiosk
style:
'--ha-card-background': rgb(0,0,0,0)
'--primary-text-color': red
'--paper-item-icon-color': rgb(0,0,0,0)
'--ha-card-border-width': 0px
top: 8%
left: 43%
transform: scale(1.5,1.5)