-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.yaml
82 lines (76 loc) · 1.78 KB
/
example-config.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
# Controlly Example Dashboard Configuration
general:
tile_size: 128
tile_spacing: 8
pages:
home:
title: Dashboard
icon: home
rows: 5
columns: 8
widgets:
- type: sensor
entity_id: sensor.living_room_multisensor_temperature
row: 0
col: 0
width: 2
- type: sensor
entity_id: sensor.master_bedroom_multisensor_temperature
row: 1
col: 0
height: 2
- type: sensor
entity_id: sensor.nursery_multisensor_temperature
row: 1.5
col: 1
height: .5
width: .5
title: Nursery
subtitle: Test
color: "#AA00FF"
subtitle_color: F6FF33
state_color: 33FF64
text_color: 33FFF6
- type: sensor
entity_id: sensor.garage_multisensor_temperature
row: 3
col: 2
- type: sensor_icon
entity_id: binary_sensor.living_room_multisensor_motion
row: 3
col: 0
- type: sensor_icon
entity_id: binary_sensor.living_room_multisensor_motion
title: Test
icon:
on: axe-battle
off: badminton
color:
on: FF8633
off: 33E0FF
row: 3
col: 1
lights:
title: Lighting
icon: lamp
rows: 4
columns: 8
widgets:
- type: sensor
entity_id: light.living_room
climate:
title: Climate
icon: thermometer
widgets:
- type: sensor
entity_id: sensor.living_room_multisensor_relative_humidity
- type: sensor
entity_id: sensor.master_bedroom_multisensor_relative_humidity
- type: sensor
entity_id: sensor.nursery_multisensor_relative_humidity
security:
title: Security
icon: lock
maintenance:
title: Maintenance
icon: wrench