-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathoptions.json
More file actions
43 lines (36 loc) · 1.16 KB
/
options.json
File metadata and controls
43 lines (36 loc) · 1.16 KB
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
{
"I2C_bus": 1,
"Temperature_Unit": "C",
"rotate": 0,
"DateTime_Format": "%d/%m/%Y %H:%M:%S",
"Default_Duration": 10,
"graceful_exit_text": "Exited at {datetime}",
"Scroll_Amplitude": 6,
"Show_Icons": true,
"Show_Hint": false,
"Compact": true,
"Show_Welcome_Screen": true,
"Welcome_Screen_Limit": 5,
"Welcome_Screen_Duration": null,
"Welcome_Screen_Text": "Welcome to {hostname}",
"Show_Splash_Screen": false,
"Splash_Screen_Limit": null,
"Splash_Screen_Duration": null,
"Show_Memory_Screen": true,
"Memory_Screen_Limit": null,
"Memory_Screen_Duration": 10,
"Show_Storage_Screen": true,
"Storage_Screen_Limit": null,
"Storage_Screen_Duration": 5,
"Show_Network_Screen": true,
"Network_Screen_Limit": null,
"Network_Screen_Duration": 5,
"Show_CPU_Screen": true,
"CPU_Screen_Limit": null,
"CPU_Screen_Duration": 5,
"Show_Static_Screen": false,
"Static_Screen_Limit": null,
"Static_Screen_Duration": 5,
"Static_Screen_Text": "Hassio verion {hassio.os.version} on {hostname} with IP {ip}",
"static_Screen_Text_NoScroll": false
}