-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
example-picture-elements-card.yaml
178 lines (178 loc) · 4.34 KB
/
example-picture-elements-card.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
type: picture-elements
image: /local/images/ventilation.png
style: |
ha-card { height: 150px !important; }
elements:
- type: state-label
entity: sensor.zehnder_comfoair_q350_fan_level
style:
top: 49%
left: 73%
color: black
font-size: 10px
- type: state-label
entity: sensor.zehnder_comfoair_q350_supply_fan_flow
style:
top: 59%
left: 73%
color: black
- type: state-label
entity: sensor.zehnder_comfoair_q350_exhaust_fan_flow
style:
top: 59%
left: 27%
color: black
- type: state-label
entity: sensor.zehnder_comfoair_q350_extract_air_temperature
style:
top: 20%
left: 91%
color: darkred
- type: state-label
entity: sensor.zehnder_comfoair_q350_extract_air_humidity
style:
top: 28%
left: 89%
color: '#4171b1'
- type: state-label
entity: sensor.zehnder_comfoair_q350_supply_air_temperature
style:
top: 76.2%
left: 91%
color: darkred
- type: state-label
entity: sensor.zehnder_comfoair_q350_supply_air_humidity
style:
top: 84.6%
left: 89%
color: '#4171b1'
- type: state-label
entity: sensor.zehnder_comfoair_q350_outdoor_air_temperature
style:
top: 20%
left: 13%
color: '#4171b1'
- type: state-label
entity: sensor.zehnder_comfoair_q350_outdoor_air_humidity
style:
top: 28%
left: 11%
color: '#4171b1'
- type: state-label
entity: sensor.zehnder_comfoair_q350_exhaust_air_temperature
style:
top: 76.2%
left: 13%
color: '#4171b1'
- type: state-label
entity: sensor.zehnder_comfoair_q350_exhaust_air_humidity
style:
top: 84.6%
left: 11%
color: '#4171b1'
- type: state-label
entity: sensor.zehnder_comfoair_q350_bypass_activation_mode
prefix: 'Bypass '
style:
color: black
top: 26%
left: 50%
font-size: 80%
- type: conditional
conditions:
- entity: sensor.zehnder_comfoair_q350_bypass_state
state_not: '0'
elements:
- type: state-label
entity: sensor.zehnder_comfoair_q350_bypass_state
style:
color: black
top: 18%
left: 50%
- type: conditional
conditions:
- entity: sensor.zehnder_comfoair_q350_next_bypass_change_in
state_not: n/a
elements:
- type: state-label
entity: sensor.zehnder_comfoair_q350_next_bypass_change_in
style:
color: black
top: 33%
left: 50%
font-size: 80%
- type: state-label
entity: sensor.zehnder_comfoair_q350_operating_mode
style:
top: 72%
left: 50%
color: black
- type: state-label
entity: sensor.zehnder_comfoair_q350_profile_target_temperature
style:
color: black
top: 60%
left: 50%
font-size: 70%
- type: state-label
entity: sensor.zehnder_comfoair_q350_temperature_profile
style:
color: black
top: 66%
left: 50%
font-size: 70%
- type: conditional
conditions:
- entity: sensor.zehnder_comfoair_q350_next_fan_change_in
state_not: n/a
elements:
- type: state-label
entity: sensor.zehnder_comfoair_q350_next_fan_change_in
style:
color: black
top: 80%
left: 50%
font-size: 80%
- type: state-label
entity: sensor.zehnder_comfoair_q350_filter_replacement_remaining_days
prefix: 'Filter change: '
style:
top: 94%
left: 50%
color: black
- type: state-label
entity: sensor.zehnder_comfoair_q350_power
prefix: 'Power '
style:
top: 6%
left: 50%
color: black
- type: state-label
entity: sensor.zehnder_comfoair_q350_running_mean_outdoor_temperature
prefix: 'RMOT '
style:
top: 6.5%
left: 20%
color: grey
- type: conditional
conditions:
- entity: binary_sensor.zehnder_comfoair_q350_heating_season
state: 'on'
elements:
- type: icon
icon: mdi:sun-thermometer
style:
color: orange
top: 6%
left: 5%
- type: conditional
conditions:
- entity: binary_sensor.zehnder_comfoair_q350_cooling_season
state: 'on'
elements:
- type: icon
icon: mdi:snowflake-thermometer
style:
color: blue
top: 6%
left: 5%