-
Notifications
You must be signed in to change notification settings - Fork 1
/
systems-tab.yaml
222 lines (222 loc) · 7.83 KB
/
systems-tab.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
- badges: []
cards:
- cards:
- cards:
- template: usage_graph_line_template
type: custom:decluttering-card
variables:
- title: CPU Usage
- entity: sensor.processor_use
type: horizontal-stack
- cards:
- template: usage_graph_column_template
type: custom:decluttering-card
variables:
- title: RAM Usage
- entity: sensor.memory_use_percent
- type: custom:apexcharts-card
graph_span: 24h
experimental:
color_threshold: true
header:
show: true
title: Swap Usage
series:
- entity: sensor.swap_use
type: area
name: Swap
stroke_width: 0
show:
extremas: false
color_threshold:
- color: '#FF0000'
value: 500
- color: '#FFA500'
value: 250
- color: '#008000'
value: 0
group_by:
func: avg
duration: 1hr
type: horizontal-stack
- cards:
- template: usage_graph_column_2_template
type: custom:decluttering-card
variables:
- title: Disk (in GB)
- entity: sensor.disk_use_home
- template: usage_graph_column_2_template
type: custom:decluttering-card
variables:
- title: HA DB (in MB)
- entity: sensor.hass_db_size
type: horizontal-stack
type: vertical-stack
- type: vertical-stack
cards:
- entities:
- entity: sensor.last_boot
- entities:
- entity: sensor.installed_version
name: Running
units: '%'
- entity: sensor.latest_available_version
name: Latest
entity: sensor.installed_version
icon: mdi:home-assistant
name: HA Version (Release)
show_state: false
type: custom:multiple-entity-row
- entity: sensor.latest_available_beta
icon: hass:beta
- entity: sensor.cert_expiry_timestamp_[REDACTED]
name: SSL Cert Expires (FreeDNS)
- entity: sensor.cert_expiry_timestamp_[REDACTED]
name: SSL Cert Expires (New Domain)
- entity: input_select.default_log_level
- entity: input_select.notify_select
show_header_toggle: false
type: entities
- type: grid
cards:
- type: custom:mushroom-entity-card
entity: sensor.count_automations
primary_info: state
secondary_info: none
fill_container: false
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
icon_color: grey
- type: custom:mushroom-entity-card
entity: sensor.count_scripts
primary_info: state
secondary_info: none
fill_container: false
icon_color: grey
- type: custom:mushroom-entity-card
entity: sensor.count_sensors
primary_info: state
secondary_info: none
- type: custom:mushroom-entity-card
entity: sensor.count_switches
primary_info: state
secondary_info: none
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
- type: custom:mushroom-entity-card
entity: sensor.count_lights
primary_info: state
secondary_info: none
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
- type: custom:mushroom-entity-card
entity: sensor.count_fans
primary_info: state
secondary_info: none
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
- type: custom:mushroom-entity-card
entity: sensor.count_zwave
primary_info: state
secondary_info: name
name: Zwave Nodes
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
icon_color: green
- type: custom:mushroom-entity-card
entity: sensor.count_unavailable
icon: mdi:alert-octagram
primary_info: state
secondary_info: name
name: Unavailable
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
icon_color: red
square: false
columns: 2
- type: vertical-stack
cards:
- entitypart: dockerhost4_home_assistant
logo: /local/systemicons/homeassistant.png
name: Home Assistant Prod Container
type: custom:docker-card
- entitypart: dockerhost4_home_assistant_beta
logo: /local/systemicons/homeassistant.png
name: Home Assistant Beta Container
type: custom:docker-card
- cards:
- cards:
- show_name: true
show_icon: true
entity: script.upgrade_system
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.upgrade_system
type: entity-button
name: Update Image
icon: mdi:cloud-download
- entity: script.restart_system
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.restart_system
type: entity-button
name: Restart Container
icon: mdi:restart
- show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: backup.create
data: {}
target: {}
name: Manual Backup
icon: mdi:cloud-upload
hold_action:
action: none
type: horizontal-stack
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace-admin/r620
name: R620 iDrac
icon: mdi:server-network
show_state: false
icon_height: 100px
hold_action:
action: none
type: vertical-stack
icon: mdi:desktop-classic
id: system
path: systemstats
title: System Stats