-
Notifications
You must be signed in to change notification settings - Fork 0
/
lovelace.yaml
34 lines (34 loc) · 867 Bytes
/
lovelace.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
title: Climate Control
views:
- title: Climate Control
path: climate
icon: mdi:coolant-temperature
badges:
- sensor.temperature_outside
- sensor.temperature
- sensor.humidity_outside
- sensor.humidity
cards:
- type: history-graph
title: "Temperature"
hours_to_show: 24
refresh: 60
entities:
- sensor.temperature_outside
- sensor.temperature
- type: sensor
name: Temperature
icon: mdi:coolant-temperature
hours_to_show: 24
graph: line
detail: 1
entity: sensor.temperature
- type: history-graph
title: "Humidity"
hours_to_show: 24
refresh: 60
entities:
- sensor.humidity_outside
- sensor.humidity
- type: thermostat
entity: climate.thermostat