-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathioniq 5 top view card.yaml
421 lines (420 loc) · 10.8 KB
/
ioniq 5 top view 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
type: picture-elements
image: /local/ioniqb/ioniq5-top-rhd.png
elements:
- type: image
entity: device_tracker.ioniq5_device_tracker
image: /local/ioniqb/ioniq5-top-rhd.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: image
entity: binary_sensor.ioniq_5_steering_wheel_heater
state_image:
"off": /local/ioniqb/wheel.png
"on": /local/ioniqb/wheel-on.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: image
entity: binary_sensor.ioniq_5_front_left_door
state_image:
"off": /local/ioniqb/ioniq-front-left.png
"on": /local/ioniqb/ioniq-front-left-open.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: image
entity: binary_sensor.ioniq_5_front_right_door
state_image:
"off": /local/ioniqb/ioniq-front-right.png
"on": /local/ioniqb/ioniq-front-right-open.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: image
entity: binary_sensor.ioniq_5_back_left_door
state_image:
"off": /local/ioniqb/ioniq-rear-left.png
"on": /local/ioniqb/ioniq-rear-left-open.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: image
entity: binary_sensor.ioniq_5_back_right_door
state_image:
"off": /local/ioniqb/ioniq-rear-right.png
"on": /local/ioniqb/ioniq-rear-right-open.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: image
entity: binary_sensor.ioniq_5_hood
state_image:
"off": /local/ioniqb/ioniq-hood.png
"on": /local/ioniqb/ioniq-hood-open.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: image
entity: binary_sensor.ioniq_5_trunk
state_image:
"off": /local/ioniqb/ioniq-hatch.png
"on": /local/ioniqb/ioniq-hatch-open.png
style:
left: 50%
top: 50%
width: 100%
heigth: 100%
- type: custom:button-card
entity: binary_sensor.ioniq_5_air_conditioner
icon: mdi:fan
name: Climate
tap_action:
action: toggle
haptic: medium
hold_action:
action: more-info
haptic: medium
styles:
card:
- background-color: transparent
grid:
- grid-template-areas: "\"i\" \"n\""
- grid-template-columns: 1fr
name:
- font-family: poxel
state:
- value: "on"
styles:
icon:
- animation: rotating 1s linear infinite
- filter: drop-shadow(0px 0px 4px teal) drop-shadow(0px 0px 4px teal)
name:
- color: yellow
- filter: drop-shadow(0px 0px 4px teal) drop-shadow(0px 0px 4px teal)
card_mod:
style: |
ha-card {
box-shadow: none;
background: transparent;
border-width: 0px;
}
style:
top: 42%
left: 50%
transform: translate(-50%,-50%) scale(0.1,0.1)
- type: custom:button-card
entity: sensor.ioniq_5_car_battery_level
name: 12V
show_name: false
show_icon: false
show_state: true
hold_action:
action: default
styles:
card:
- aspect-ratio: 2/
- border-radius: 20px
- size: 50%
- box-shadow: none
grid:
- grid-template-columns: 1fr
- grid-template-areas: "\" i n s\" \" i n s\" \" i n s\""
icon:
- size: 80%
name:
- font-family: poxel
- padding-right: 10%
state:
- font-family: poxel
- font-size: 140%
- color: |
[[[
if (entity.state <= 50) return 'red';
else if (entity.state <= 75) return 'orange';
else if (entity.state <= 100) return 'green';
else return 'red';
]]]
card_mod:
style: |
ha-card {
box-shadow: none;
background: transparent;
border-width: 0px;
}
style:
top: 8.5%
left: 58%
size: 200%
- type: custom:button-card
entity: sensor.ioniq_5_car_battery_level
name: 12V
show_name: false
show_icon: true
show_state: false
hold_action:
action: default
styles:
card:
- aspect-ratio: 1/1
- border-radius: 20px
- size: 50%
- box-shadow: none
grid:
- grid-template-columns: 1fr
- grid-template-areas: "\" i n s\" \" i n s\" \" i n s\""
icon:
- size: 50%
- color: |
[[[
if (entity.state <= 50) return 'red';
else if (entity.state <= 75) return 'orange';
else if (entity.state <= 100) return 'green';
else return 'red';
]]]
card_mod:
style: |
ha-card {
box-shadow: none;
background: transparent;
border-width: 0px;
}
style:
top: 8%
left: 37%
size: 50%
- type: custom:button-card
entity: sensor.ioniq_average_energy_consumption_mi_kwh
color: auto
size: 20%
name: M/kWh
show_name: true
show_state: true
show_icon: false
hold_action:
action: default
styles:
card:
- aspect-ratio: 3/1
- border-radius: 20px
- box-shadow: none
grid:
- grid-template-columns: 1fr
name:
- font-size: 80%
- padding-right: null
- padding-bottom: 0%
- color: white
- font-family: poxel
state:
- font-size: 90%
- color: white
- font-family: poxel
card_mod:
style: |
ha-card {
box-shadow: none;
background: transparent;
border-width: 0px;
}
style:
left: 8%
top: 92.5%
width: 24%
- type: state-icon
entity: binary_sensor.ioniq_5_tire_pressure_front_left
icon: mdi:car-tire-alert
style:
"--paper-item-icon-color": green
top: 18.1%
left: 12%
paper-item-icon-color: green
paper-item-icon-active-color: var(--tirecolorl)
transform: scale(1.5,1.5)
- type: state-icon
entity: binary_sensor.ioniq_5_tire_pressure_front_right
icon: mdi:car-tire-alert
style:
"--paper-item-icon-color": green
top: 18.1%
left: 80%
paper-item-icon-color: green
paper-item-icon-active-color: var(--tirecolorr)
transform: scale(1.5,1.5)
- type: state-icon
entity: binary_sensor.ioniq_5_tire_pressure_rear_left
icon: mdi:car-tire-alert
style:
top: 77.1%
left: 12%
"--paper-item-icon-color": green
paper-item-icon-active-color: var(--tirecolorrl)
transform: scale(1.5,1.5)
- type: state-icon
entity: binary_sensor.ioniq_5_tire_pressure_rear_right
icon: mdi:car-tire-alert
style:
top: 77.1%
left: 80%
color: green
"--paper-item-icon-color": green
paper-item-icon-active-color: var(--tirecolorrr)
transform: scale(1.5,1.5)
- type: custom:button-card
entity: lock.ioniq_5_door_lock
name: Doors
color: greenn
tap_action:
action: toggle
haptic: medium
hold_action:
action: more-info
haptic: medium
styles:
card:
- background-color: transparent
icon:
- color: green
grid:
- grid-template-areas: "\"i\" \"n\""
- grid-template-columns: 1fr
name:
- color: green
- font-family: poxel
state:
- value: unlocked
icon: mdi:lock-open-alert
styles:
icon:
- color: red
- animation: blink 2s ease infinite
name:
- color: red
style:
top: 56.1%
left: 50%
- type: custom:slider-entity-row
entity: number.ioniq_5_dc_charging_limit
name: DC Limit
style:
top: 95.1%
left: 43%
width: 59%
font-family: poxel
transform: scale(0.9,0.9)
- type: custom:slider-entity-row
entity: number.ioniq_5_ac_charging_limit
name: AC Limit
style:
top: 92.1%
left: 43%
width: 59%
font-family: poxel
transform: scale(0.9,0.9)
- type: state-icon
entity: binary_sensor.ioniq_5_washer_fluid_warning
icon: mdi:wiper-wash
style:
top: 16.1%
left: 28%
"--paper-item-icon-color": green
paper-item-icon-active-color: var(--washerfluid)
transform: scale(1.5,1.5)
- type: state-icon
entity: binary_sensor.ioniq_5_defrost
style:
top: 22.1%
left: 46%
"--paper-item-icon-color": white
paper-item-icon-active-color: var(--defrost)
transform: scale(1.5,1.5)
- type: state-icon
entity: binary_sensor.ioniq_5_back_window_heater
style:
top: 84.1%
left: 46%
transform: scale(1.5,1.5)
"--paper-item-icon-color": white
- type: state-label
entity: sensor.ioniq_5_odometer
style:
top: 95.1%
left: 15%
pointer-events: none
transform: initial
font-size: 21px
font-family: poxel
line-height: 30px
- type: icon
icon: phu:odometer
style:
top: 96.5%
left: 5%
pointer-events: none
transform: scale(2.5)
- type: state-label
entity: sensor.ioniq_5_set_temperature
style:
top: 1%
left: 73%
pointer-events: none
transform: initial
font-size: 25px
font-family: poxel
line-height: 30px
- type: icon
icon: mdi:thermometer
style:
top: 2.4%
left: 92.5%
pointer-events: none
transform: scale(1.4)
color: AliceBlue
line-height: 30x
font-size: 30x
font-family: var(--font-family)
- type: image
entity: sensor.ioniq_battery_percentage_state
state_image:
"0": /local/chargeport/state-0.gif
"1": /local/chargeport/state-1.gif
"2": /local/chargeport/state-2.gif
"3": /local/chargeport/state-3.gif
"4": /local/chargeport/ioniq-state-fully-charged.png
"6": /local/chargeport/state-6.png
"7": /local/chargeport/state-7.png
"8": /local/chargeport/state-8.png
"9": /local/chargeport/state-9.png
"10": /local/chargeport/state-10.png
style:
left: 42%
top: 71%
width: 150%
style: |
ha-card {
box-shadow: none;
}
card_mod:
class: soft-ui
style: |
ha-card {
--tirecolorl: {% if states('binary_sensor.ioniq_5_tire_pressure_front_left') "off" %} green {% else %} red {% endif %};
--tirecolorr: {% if states('binary_sensor.ioniq_5_tire_pressure_front_right') "off" %} green {% else %} red {% endif %};
--tirecolorrr: {% if states('binary_sensor.ioniq_5_tire_pressure_rear_left') "off" %} green {% else %} red {% endif %};
--tirecolorrl: {% if states('binary_sensor.ioniq_5_tire_pressure_rear_right') "off" %} green {% else %} red {% endif %};
--washerfluid: {% if states('sensor.ioniq_5_car_battery_level') "off" %} green {% else %} red {% endif %};
}