-
Notifications
You must be signed in to change notification settings - Fork 11
/
display.yaml
54 lines (52 loc) · 1.13 KB
/
display.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
color:
- id: color_red
red: 100%
green: 0%
blue: 0%
- id: color_yellow
red: 100%
green: 100%
blue: 0%
- id: color_green
red: 0%
green: 100%
blue: 0%
- id: color_blue
red: 0%
green: 0%
blue: 100%
- id: color_gray
red: 50%
green: 50%
blue: 50%
font:
- file: "gfonts://Roboto@medium"
id: roboto_24
size: 24
# yamllint disable-line rule:line-length
glyphs: '!"%()+,-_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz/³µ'
- file: "gfonts://Roboto@medium"
id: roboto_12
size: 12
# yamllint disable-line rule:line-length
glyphs: '!"%()+,-_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz/³µ'
graph:
- id: co2_graph
sensor: co2_value
duration: 1h
min_value: 400
max_value: 2000
width: ${graph_width}
height: ${graph_height}
border: false
- id: pm_graph
duration: 1h
min_value: 0
width: ${graph_width}
height: ${graph_height}
border: false
traces:
- sensor: pm2_5_value
color: color_yellow
- sensor: pm10_value
color: color_green