-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlovelace_dashboard.yaml
80 lines (79 loc) · 2.5 KB
/
lovelace_dashboard.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
cards:
- type: vertical-stack
cards:
- type: custom:mushroom-climate-card
entity: climate.geyserwise_max
fill_container: false
show_temperature_control: false
hvac_modes:
- heat
- 'off'
collapsible_controls: false
icon: mdi:water-boiler
name: Geyser
primary_info: name
secondary_info: state
icon_type: icon
tap_action:
action: toggle
hold_action:
action: more-info
double_tap_action:
action: none
layout: horizontal
- type: history-graph
entities:
- entity: climate.geyserwise_max
- entity: sensor.geyserwise_max_collector_temperature
hours_to_show: 16
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: '{{states("select.geyserwise_max_anti_freeze_temperature")}}°C'
secondary: Anti Freeze
icon: mdi:snowflake-thermometer
entity: select.geyserwise_max_anti_freeze_temperature
fill_container: true
multiline_secondary: false
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
layout: horizontal
- type: custom:mushroom-template-card
primary: '{{states("select.geyserwise_max_solar_diff")}}°C'
secondary: Solar Diff
icon: mdi:solar-panel-large
entity: select.geyserwise_max_solar_diff
fill_container: true
layout: horizontal
- type: vertical-stack
cards:
- type: entity
entity: select.geyserwise_max_block_1_temperature
icon: mdi:thermometer
name: Block 1
state_color: false
unit: °C
- type: entity
entity: select.geyserwise_max_block_2_temperature
icon: mdi:thermometer
name: Block 2
state_color: false
unit: °C
- type: entity
entity: select.geyserwise_max_block_3_temperature
icon: mdi:thermometer
name: Block 3
state_color: false
unit: °C
- type: entity
entity: select.geyserwise_max_block_4_temperature
icon: mdi:thermometer
name: Block 4
state_color: false
unit: °C