-
Notifications
You must be signed in to change notification settings - Fork 17
/
card_my_menu_custom.yaml
executable file
·623 lines (622 loc) · 21 KB
/
card_my_menu_custom.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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
type: custom:vertical-stack-in-card
cards:
- type: custom:paper-buttons-row
styles:
background: var(--primary-color)
buttons:
- entity: sensor.notifier_config
icon: mdi:account-tie
name: '{{ states(config.entity) }}'
styles:
button:
font-size: 16px
color: var(--primary-text-color)
tap_action:
action: navigate
navigation_path: centro-notifiche
- type: conditional
conditions:
- entity: sensor.notifier_debug_error
state_not: 'on'
- entity: sensor.notifier_debug_error
state_not: OK
card:
type: markdown
card_mod:
style: |
ha-markdown.no-header {
padding: 0px !important;
}
content: |-
<ha-alert alert-type="error">
<details>
<summary>Attenzione {{ user }}, si è verificato un errore in Notifier App</summary>
{{states('sensor.notifier_debug_error')}}
</details>
- type: custom:paper-buttons-row
styles:
display: flex
justify-content: space-between
buttons:
- entity: group.notifier_group_notification
layout: icon
- entity: input_boolean.notifier_speech_notifications
layout: icon
state_icons:
'on': mdi:account-tie-voice
'off': mdi:account-tie-voice-off
- entity: input_boolean.notifier_text_notifications
layout: icon
state_icons:
'off': mdi:cellphone-message-off
- entity: input_boolean.notifier_screen_notifications
layout: icon
state_icons:
'off': mdi:home-assistant
- entity: input_boolean.notifier_guest_mode
layout: icon
state_icons:
'on': mdi:account-multiple-plus
'off': mdi:account-multiple-minus-outline
- entity: input_boolean.notifier_priority_message
layout: icon
state_icons:
'off': mdi:alarm-light-outline
- entity: input_boolean.notifier_holidays
layout: icon
- entity: automation.centro_notifiche_configurazione_avvio
layout: icon
icon: mdi:cog
styles:
button:
color: >
{{ iif(is_state(config.entity, 'off'), 'var(--error-color)',
'var(--state-active-color)') }}
hold_action:
action: more-info
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Impostazioni
content:
type: entities
state_color: true
entities:
- entity: automation.centro_notifiche_configurazione_avvio
- entity: sensor.notifier_debug_error
name: Notifier Debug Error
icon: mdi:account-wrench
- entity: sensor.notifier_config
- entity: input_button.notifier_reset_config
tap_action:
action: call-service
service: input_button.press
target:
entity_id: input_button.notifier_reset_config
confirmation:
text: Procedo al reset della configurazione?
- type: button
icon: mdi:restart
entity: sensor.notifier_debug_error
name: Restart App
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
content: |
Sei sicuro di voler riavviare l'App Notifier?
right_button: SI
left_button: 'NO'
right_button_action:
service: script.my_notify
data:
ad:
command: restart
- type: divider
style:
background-color: var(--primary-color)
height: 1px
- type: custom:paper-buttons-row
styles:
display: grid
grid-template-columns: repeat(4, 1fr)
font-size: 0.9em
buttons:
- entity: group.notifier_location_tracker
layout: icon|name|state
name: |
{{ state_attr('binary_sensor.notifier_people_home', 'number') }}
styles:
button:
justify-content: flex-start
color: var(--state-person-home-color)
icon:
scale: 70%
state_icons:
not_home: mdi:home-export-outline
home: mdi:home-import-outline
state_styles:
not_home:
button:
color: var(--red-color)
home:
button:
color: var(--state-person-home-color)
tap_action:
action: more-info
- entity: sensor.notifier_day_period
layout: state
styles:
button:
color: var(--info-color)
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: ⌚ Orari priodo del giorno
content:
type: entities
entities:
- input_datetime.notifier_start_early_morning
- input_datetime.notifier_start_morning
- input_datetime.notifier_start_afternoon
- input_datetime.notifier_start_evening
- input_datetime.notifier_start_night
- input_datetime.notifier_start_late_night
- entity: sensor.notifier_day_period_volume
layout: name|state
state: '{{states(config.entity)}}%'
name: VOL
styles:
button:
color: var(--info-color)
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: 🎚 Volumi
content:
type: entities
entities:
- input_number.notifier_early_morning_volume
- input_number.notifier_morning_volume
- input_number.notifier_afternoon_volume
- input_number.notifier_evening_volume
- input_number.notifier_night_volume
- input_number.notifier_late_night_volume
- input_number.notifier_intercom_volume
- entity: binary_sensor.notifier_dnd
layout: name|state
name: DND
styles:
button:
- color: >-
{{ iif(states(config.entity) == 'on', 'var(--warning-color)',
'var(--info-color)') }}
state_icons:
'on': mdi:minus-circle
'off': mdi:minus-circle-off
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: 🔇 Orari non disturbare
content:
type: entities
entities:
- input_datetime.notifier_start_weekdays
- input_datetime.notifier_end_weekdays
- input_datetime.notifier_start_holidays
- input_datetime.notifier_end_holidays
- type: divider
style:
background-color: var(--primary-color)
height: 1px
- type: custom:paper-buttons-row
styles:
display: grid
grid-template-columns: repeat(4, 1fr)
font-size: 0.9em
buttons:
- entity: input_boolean.notifier_alexa_switch
layout: icon|name
name: Alexa
styles:
button:
justify-content: flex-start
color: >-
{{ iif(is_state('binary_sensor.notifier_alexa_speak', 'on'),
'var(--warning-color)', '') }}
animation: >-
{{ iif(is_state('binary_sensor.notifier_alexa_speak', 'on'),
'blink 1.5s linear infinite alternate', '') }}
icon:
scale: 70%
hold_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Alexa
content:
type: entities
state_color: true
entities:
- entity: input_boolean.notifier_alexa_switch
icon: mdi:dots-circle
- entity: select.notifier_player_alexa
- entity: input_select.notifier_alexa_type
- entity: input_select.notifier_alexa_method
- entity: input_boolean.notifier_alexa_smart_volume
- entity: binary_sensor.notifier_alexa_speak
icon: mdi:speaker-message
name: Alexa Parla
- type: section
label: SSML
- entity: input_boolean.notifier_alexa_ssml
- entity: input_select.notifier_alexa_voice
- entity: input_select.notifier_alexa_language
- entity: input_number.notifier_alexa_prosody_rate
- entity: input_number.notifier_alexa_prosody_pitch
- entity: input_number.notifier_alexa_prosody_volume
- entity: button.notifier_alexa_ssml_reset
- type: section
label: Info
- entity: sensor.notifier_player_alexa
- type: attribute
name: Entities list
entity: sensor.notifier_player_alexa
attribute: entities
- type: attribute
entity: sensor.notifier_player_alexa
attribute: selected
- entity: group.notifier_player_alexa
- type: attribute
entity: group.notifier_player_alexa
attribute: entity_id
name: Players
- entity: select.notifier_player_alexa
layout: state
state:
case: first
state_icons:
'on': mdi:minus-circle
'off': mdi:minus-circle-off
styles:
button:
color: var(--primary-text-color)
tap_action:
action: call-service
service: select.select_next
target:
entity_id: select.notifier_player_alexa
data:
cycle: true
double_tap_action:
action: call-service
service: select.select_first
target:
entity_id: select.notifier_player_alexa
- entity: input_select.notifier_alexa_type
layout: state
state:
case: first
state_styles:
announce:
button:
color: var(--state-active-color)
styles:
button:
color: var(--primary-text-color)
tap_action:
action: call-service
service: input_select.select_next
service_data:
entity_id: input_select.notifier_alexa_type
- entity: sensor.notifier_player_alexa
layout: state
styles:
button:
color: var(--info-color)
icon:
scale: 70%
state: >
{{ state_attr(config.entity, 'entities') |map('state_attr',
'volume_level') |unique |list }}
- type: custom:paper-buttons-row
styles:
display: grid
grid-template-columns: repeat(4, 1fr)
font-size: 0.9em
buttons:
- entity: input_boolean.notifier_google_switch
layout: icon|name
name: Google
styles:
button:
justify-content: flex-start
icon:
scale: 70%
hold_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Google
content:
type: entities
state_color: true
entities:
- entity: input_boolean.notifier_google_switch
- entity: select.notifier_player_google
- entity: input_select.notifier_google_tts_notify
- type: section
label: Info
- entity: sensor.notifier_player_google
- type: attribute
name: Entities list
entity: sensor.notifier_player_google
attribute: entities
- type: attribute
name: Selected
entity: sensor.notifier_player_google
attribute: selected
- entity: group.notifier_player_google
- type: attribute
entity: group.notifier_player_google
attribute: entity_id
- entity: select.notifier_player_google
layout: state
state:
case: first
styles:
button:
color: var(--primary-text-color)
tap_action:
action: call-service
service: select.select_next
target:
entity_id: select.notifier_player_google
data:
cycle: true
double_tap_action:
action: call-service
service: select.select_first
target:
entity_id: select.notifier_player_google
- entity: input_select.notifier_google_tts_notify
layout: icon|state
icon: false
state_text:
google say: Say
google cloud: Cloud
google assistant: Assistant
reverso: Reverso
styles:
button:
color: var(--primary-text-color)
tap_action:
action: call-service
service: input_select.select_next
service_data:
entity_id: input_select.notifier_google_tts_notify
- entity: sensor.notifier_player_google
layout: state
styles:
button:
color: var(--info-color)
icon:
scale: 70%
state: >
{{ state_attr('sensor.notifier_player_google', 'entities') |
map('state_attr','volume_level') | reject('none') | map('round', 1)
| list |default('OFF',true) }}
- type: custom:paper-buttons-row
styles:
display: grid
grid-template-columns: repeat(4, 1fr)
font-size: 0.9em
buttons:
- entity: input_boolean.notifier_phone_notifications
layout: icon|name
name: Voip
styles:
button:
justify-content: flex-start
icon:
scale: 70%
state_icons:
'off': mdi:phone-off
- entity: input_select.notifier_phone_notify
layout: state
state:
case: first
styles:
button:
color: var(--primary-text-color)
- entity: input_button.notifier_reset_config
layout: icon|name
name: Reset
styles:
button:
color: var(--error-color)
tap_action:
action: toggle
confirmation:
text: Procedo al reset della configurazione?
- type: button
layout: icon|name
name: Restart
icon: mdi:restart
styles:
button:
color: var(--error-color)
tap_action:
action: call-service
confirmation:
text: Sei sicuro di voler riavviare l'App Notifier?
service: script.my_notify
service_data:
ad:
command: restart
- type: divider
style:
background-color: var(--primary-color)
height: 1px
- type: custom:paper-buttons-row
styles:
display: flex
justify-content: space-between
font-size: 0.9em
buttons:
- entity: input_boolean.notifier_text_notifications
layout: icon|name
name: Notify
styles:
button:
justify-content: flex-start
icon:
scale: 70%
state_icons:
'off': mdi:cellphone-message-off
- entity: select.notifier_text_notify
layout: state
state:
case: first
styles:
button:
justify-self: flex-start
icon:
color: >
{{ iif(is_state(config.entity, 'on'), 'var(--state-active-color)',
'') }}
state:
color: var(--primary-text-color)
tap_action:
action: call-service
service: select.select_next
target:
entity_id: select.notifier_text_notify
data:
cycle: true
double_tap_action:
action: call-service
service: select.select_first
target:
entity_id: select.notifier_text_notify
- entity: input_boolean.notifier_html_mode
layout: icon
icon: |
{{ iif(is_state(config.entity, 'off'), 'mdi:language-markdown', '') }}
- entity: input_boolean.notifier_wrap_text
layout: icon
icon: |
{{ iif(is_state(config.entity, 'off'), 'mdi:text-long', '') }}
- entity: input_boolean.notifier_tts_clock
layout: icon
- type: divider
style:
background-color: var(--primary-color)
height: 1px
- type: entities
card_mod:
style: |
ha-card {
background:none; border-radius: 0px; box-shadow: none;
}
.card-content {padding: 0px; margin: 0;}
entities:
- type: custom:fold-entity-row
cickable: true
head:
entity: input_number.notifier_intercom_volume
icon: mdi:bullhorn-outline
name: Interfono
tap_action:
action: fire-dom-event
fold_row: true
extend_paper_buttons_row:
hide_state: true
position: right
buttons:
- entity: button.notifier_last_message
layout: icon
tap_action:
action: call-service
service: button.press
target:
entity_id: button.notifier_last_message
styles:
ripple:
color: var(--accent-color)
entities:
- type: custom:lovelace-multiline-text-input-card
card_mod:
style: |
ha-card {
background:none; border-radius: 0px; box-shadow: none;
color: var(--primary-text-color);
}
textarea.textarea {margin: 0;}
.card-content {padding-left: 0px;padding-top: 0px; }
entity: input_text.notifier_intercom_message
max_length: 255
min_length: 1
placeholder_text: Messaggio da inviare...
title: ''
buttons:
save: true
paste: true
clear: true
icons:
save: mdi:send
paste: mdi:content-paste
clear: mdi:delete-forever
- type: custom:paper-buttons-row
styles:
display: flex
justify-content: space-between
buttons:
- entity: input_number.notifier_intercom_volume
layout: icon|name
- icon: mdi:volume-minus
tap_action:
action: call-service
service: input_number.decrement
service_data:
entity_id: input_number.notifier_intercom_volume
- entity: input_number.notifier_intercom_volume
layout: state
state: |
{{ states('input_number.notifier_intercom_volume')|int(0) }}%
- icon: mdi:volume-plus
tap_action:
action: call-service
service: input_number.increment
service_data:
entity_id: input_number.notifier_intercom_volume
- type: conditional
conditions:
- entity: input_text.notifier_last_message
state_not: ''
card:
type: markdown
entity_id: input_text.notifier_last_message
card_mod:
style: |
ha-markdown.no-header {
padding: 0px !important;
}
content: |-
<ha-alert alert-type="success">
<details>
<summary>Ultimo Messaggio</summary>
{{states('input_text.notifier_last_message')}}
</details>
</ha-alert>