-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsampleapexcards
158 lines (158 loc) · 3.28 KB
/
sampleapexcards
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
- type: custom:apexcharts-card
header:
show: true
title: Refrigerator Door Open vs Temp/Hum
show_states: false
colorize_states: true
graph_span: 12h
all_series_config:
stroke_width: 1
opacity: 1
experimental:
brush: true
series:
- entity: binary_sensor.fridge_door_sensor_js
type: column
transform: 'return x === ''on'' ? 20 : 0;'
name: Door
show:
legend_value: false
in_brush: true
- entity: sensor.fridge_aqara_sensor_temperature
type: line
name: Temperature
show:
extremas: true
- entity: sensor.fridge_aqara_sensor_humidity
type: line
name: humidity
show:
extremas: true
- type: custom:apexcharts-card
chart_type: radialBar
header:
show: true
title: Outdoor
show_states: false
all_series_config:
max: 120
series:
- entity: sensor.outdoor_temperature
name: Temperature
- entity: sensor.new_buck_creek_feels_like
type: line
name: Feel
- entity: sensor.humidity
type: line
name: humidity
- type: custom:apexcharts-card
color_list:
- red
- green
- blue
header:
show: true
title: Front Door vs Temp
show_states: false
colorize_states: true
graph_span: 24h
all_series_config:
stroke_width: 1
opacity: 1
series:
- entity: binary_sensor.front_garage_door_entry
type: column
transform: 'return x === ''on'' ? 20 : 0;'
name: Door
show:
legend_value: false
- entity: sensor.downstairs_temperature
type: line
name: DN Temp
show:
extremas: true
- entity: sensor.downstairs_humidity
type: line
name: DN Humid
show:
extremas: true
- entity: sensor.upstairs_temperature
type: line
name: UP Temp
show:
extremas: true
- entity: sensor.upstairs_humidity
type: line
name: UP Humid
show:
extremas: true
- type: custom:apexcharts-card
color_list:
- green
- blue
header:
show: true
title: Fridge Run Time
show_states: true
graph_span: 24h
all_series_config:
stroke_width: 1
opacity: 1
series:
- entity: sensor.fridgeplug_energy_current
name: Energy Current
type: area
- type: custom:apexcharts-card
color_list:
- green
- blue
chart_type: scatter
header:
show: true
title: Wind Direction
show_states: true
graph_span: 12h
all_series_config:
stroke_width: 1
opacity: 1
series:
- entity: sensor.wind_direction_2
- type: custom:apexcharts-card
color_list:
- green
- blue
header:
show: true
title: Wind Speed
graph_span: 12h
all_series_config:
stroke_width: 1
opacity: 1
series:
- entity: sensor.new_buck_creek_wind_speed
- type: history-graph
entities:
- entity: sensor.downstairs_hvac_state
- entity: sensor.upstairs_hvac_state
title: HVAC
hours_to_show: 24
refresh_interval: 60
- type: history-graph
entities:
- entity: sensor.living_rm_roku_ultra_active_app
- entity: sensor.study_stick_active_app
title: ROKU
hours_to_show: 24
refresh_interval: 60
- chart_type: line
period: day
days_to_show: 90
type: statistics-graph
entities:
- sensor.outdoor_temperature
stat_types:
- mean
- min
- sum
- max
title: Outside Temp