-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy patharray-disks.yaml
43 lines (42 loc) · 977 Bytes
/
array-disks.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
type: custom:auto-entities
card:
type: entities
show_header_toggle: false
title: Array Disks
state_color: false
filter:
include:
- entity_id: '*_mnt_disk*used_percent'
options:
type: custom:bar-card
entities:
- icon: mdi:harddisk
unit_of_measurement: '%'
min: 0
max: 100
color: darkgreen
severity:
- color: green
from: 0
to: 50
- color: darkorange
from: 51
to: 75
- color: red
from: 76
to: 100
style: |
:host {
box-shadow: none;
}
bar-card-currentbar, bar-card-backgroundbar {
border-radius: 0px;
}
ha-card {
box-shadow: none;
margin: -10px
}
bar-card-name, bar-card-value {
color: black;
font-weight: normal;
}