-
Notifications
You must be signed in to change notification settings - Fork 5
/
lovelace.yaml
26 lines (26 loc) · 887 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
views:
- badges: []
cards:
- type: vertical-stack
title: Underfloor heating pump
cards:
- type: horizontal-stack
cards:
- type: entities
entities:
- entity: switch.manual_automatic
name: Automatic
- entity: switch.on_off
name: Manual override
- entity: binary_sensor.pump_state
- type: sensor
entity: sensor.water_temperature
graph: line
name: Water temperature
- type: entities
title: Thresholds automatic mode
entities:
- entity: input_number.threshold_temp_off
name: Temperature pump off
- entity: input_number.threshold_temp_on
name: Temperature pump on