-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgraph.yaml
More file actions
40 lines (35 loc) · 904 Bytes
/
Copy pathgraph.yaml
File metadata and controls
40 lines (35 loc) · 904 Bytes
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
gr1:
name: basement humidity
entities:
- sensor.basement_thermostat_humidity
hours_to_show: 168
gr2:
name: downstairs humidity
entities:
- sensor.downstairs_thermostat_humidity
- sensor.lounge_humidity
hours_to_show: 168
gr3:
name: upstairs humidity
entities:
- sensor.upstairs_thermostat_humidity
hours_to_show: 168
gr4:
name: basement temperature
entities:
- sensor.basement_thermostat_temperature
- sensor.basement_thermostat_target
hours_to_show: 168
gr5:
name: downstairs temperature
entities:
- sensor.downstairs_thermostat_temperature
- sensor.downstairs_thermostat_target
- sensor.lounge_temperature
hours_to_show: 168
gr6:
name: upstairs temperature
entities:
- sensor.upstairs_thermostat_temperature
- sensor.upstairs_thermostat_target
hours_to_show: 168