-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlovelace.yaml
58 lines (58 loc) · 2.2 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
title: Dashboard
views:
- title: Heating
path: heating
icon: mdi:radiator
type: panel
badges: []
cards:
- type: horizontal-stack
cards:
- type: thermostat
entity: climate.living_room #YOUR THERMOSTAT ENTITY
- type: vertical-stack
cards:
- type: gauge
entity: input_number.furnace_fuel_level
min: 0
max: 910
needle: true
severity:
green: 150
yellow: 50
red: 0
unit: Litres
name: Furnace Oil Remaining
- type: entities
entities:
- entity: sensor.furnace_time_on_today
- entity: sensor.furnace_time_on_yesterday
- entity: sensor.furnace_fuel_used
- entity: sensor.furnace_fuel_cost
- entity: sensor.heating_time_left
- entity: sensor.heating_days_left
- entity: input_boolean.add_furnace_oil
- type: conditional
conditions:
- entity: input_boolean.add_furnace_oil
state: 'on'
card:
type: entities
entities:
- entity: input_number.furnace_oil_last_fill_amount
- entity: input_boolean.configure_fuel_levels
- type: conditional
conditions:
- entity: input_boolean.configure_fuel_levels
state: 'on'
card:
type: entities
entities:
- entity: input_number.furnace_fuel_level
- entity: input_number.fuel_cost_since_last_fill
- entity: input_number.heating_time_left
- entity: input_number.fuel_usage_since_last_fill
- entity: input_number.furnace_fuel_after_filling
- entity: input_number.furnace_oil_last_fill_amount
- entity: input_number.last_fill_price
- entity: input_number.furnace_oil_previous_level