@@ -317,8 +317,8 @@ cards:
317
317
- type: button
318
318
icon: mdi:arrow-up-bold
319
319
tap_action:
320
- action: call-service
321
- action : remote.send_command
10000
tr>
320
+ action: perform-action
321
+ perform_action : remote.send_command
322
322
data:
323
323
command: DPAD_UP
324
324
target:
@@ -334,8 +334,8 @@ cards:
334
334
- type: button
335
335
icon: mdi:arrow-left-bold
336
336
tap_action:
337
- action: call-service
338
- action : remote.send_command
337
+ action: perform_action
338
+ perform_action : remote.send_command
339
339
data:
340
340
command: DPAD_LEFT
341
341
target:
@@ -345,15 +345,15 @@ cards:
345
345
- type: button
346
346
icon: mdi:circle
347
347
tap_action:
348
- action: call-service
349
- action : remote.send_command
348
+ action: perform-action
349
+ perform_action : remote.send_command
350
350
data:
351
351
command: DPAD_CENTER
352
352
target:
353
353
entity_id: remote.living_room_tv
354
354
hold_action:
355
- action: call-service
356
- action : remote.send_command
355
+ action: perform-action
356
+ perform_action : remote.send_command
357
357
data:
358
358
command: DPAD_CENTER
359
359
hold_secs: 0.5
@@ -362,8 +362,8 @@ cards:
362
362
- type: button
363
363
icon: mdi:arrow-right-bold
364
364
tap_action:
365
- action: call-service
366
- action : remote.send_command
365
+ action: perform-action
366
+ perform_action : remote.send_command
367
367
data:
368
368
command: DPAD_RIGHT
369
369
target:
@@ -373,15 +373,15 @@ cards:
373
373
- type: button
374
374
icon: mdi:arrow-left
375
375
tap_action:
376
- action: call-service
377
- action : remote.send_command
376
+ action: perform-action
377
+ perform_action : remote.send_command
378
378
data:
379
379
command: BACK
380
380
target:
381
381
entity_id: remote.living_room_tv
382
382
hold_action:
383
- action: call-service
384
- action : remote.send_command
383
+ action: perform-action
384
+ perform_action : remote.send_command
385
385
data:
386
386
command: BACK
387
387
hold_secs: 0.5
@@ -390,8 +390,8 @@ cards:
390
390
- type: button
391
391
icon: mdi:arrow-down-bold
392
392
tap_action:
393
- action: call-service
394
- action : remote.send_command
393
+ action: perform-action
394
+ perform_action : remote.send_command
395
395
data:
396
396
command: DPAD_DOWN
397
397
target:
@@ -401,15 +401,15 @@ cards:
401
401
- type: button
402
402
icon: mdi:home-outline
403
403
tap_action:
404
- action: call-service
405
- action : remote.send_command
404
+ action: perform-action
405
+ perform_action : remote.send_command
406
406
data:
407
407
command: HOME
408
408
target:
409
409
entity_id: remote.living_room_tv
410
410
hold_action:
411
- action: call-service
412
- action : remote.send_command
411
+ action: perform-action
6D4E
412
+ perform_action : remote.send_command
413
413
data:
414
414
command: HOME
415
415
hold_secs: 0.5
@@ -422,56 +422,56 @@ cards:
422
422
- type: button
423
423
icon: mdi:skip-previous
424
424
tap_action:
425
- action: call-service
426
- action : remote.send_command
425
+ action: perform-action
426
+ perform_action : remote.send_command
427
427
data:
428
428
command: MEDIA_PREVIOUS
429
429
target:
430
430
entity_id: remote.living_room_tv
431
431
hold_action:
432
- action: call-service
433
- action : remote.send_command
432
+ action: perform-action
433
+ perform_action : remote.send_command
434
434
data:
435
435
command: MEDIA_REWIND
436
436
target:
437
437
entity_id: remote.living_room_tv
438
438
- type: button
439
439
icon: mdi:play-pause
440
440
tap_action:
441
- action: call-service
442
- action : remote.send_command
441
+ action: perform-action
442
+ perform_action : remote.send_command
443
443
data:
444
444
command: MEDIA_PLAY_PAUSE
445
445
target:
446
446
entity_id: remote.living_room_tv
447
447
hold_action:
448
- action: call-service
449
- action : remote.send_command
448
+ action: perform-action
449
+ perform_action : remote.send_command
450
450
data:
451
451
command: MEDIA_STOP
452
452
target:
453
453
entity_id: remote.living_room_tv
454
454
- type: button
455
455
icon: mdi:skip-next
456
456
tap_action:
457
- action: call-service
458
- action : remote.send_command
457
+ action: perform-action
458
+ perform_action : remote.send_command
459
459
data:
460
460
command: MEDIA_NEXT
461
461
target:
462
462
entity_id: remote.living_room_tv
463
463
hold_action:
464
- action: call-service
465
- action : remote.send_command
464
+ action: perform-action
465
+ perform_action : remote.send_command
466
466
data:
467
467
command: MEDIA_FAST_FORWARD
468
468
target:
469
469
entity_id: remote.living_room_tv
470
470
- type: button
471
471
icon: mdi:volume-off
472
472
tap_action:
473
- action: call-service
474
- action : remote.send_command
473
+ action: perform-action
474
+ perform_action : remote.send_command
475
475
data:
476
476
command: MUTE
477
477
target:
@@ -481,8 +481,8 @@ cards:
481
481
- type: button
482
482
icon: mdi:volume-medium
483
483
tap_action:
484
- action: call-service
485
- action : remote.send_command
484
+ action: perform-action
485
+ perform_action : remote.send_command
486
486
data:
487
487
command: VOLUME_DOWN
488
488
target:
@@ -492,8 +492,8 @@ cards:
492
492
- type: button
493
493
icon: mdi:volume-high
494
494
tap_action:
495
- action: call-service
496
- action : remote.send_command
495
+ action: perform-action
496
+ perform_action : remote.send_command
497
497
data:
498
498
command: VOLUME_UP
499
499
target:
@@ -507,8 +507,8 @@ cards:
507
507
- type: button
508
508
icon: mdi:youtube
509
509
tap_action:
510
- action: call-service
511
- action : remote.turn_on
510
+ action: perform-action
511
+ perform_action : remote.turn_on
512
512
data:
513
513
activity: https://www.youtube.com
514
514
target:
@@ -518,8 +518,8 @@ cards:
518
518
- type: button
519
519
icon: mdi:netflix
520
520
tap_action:
521
- action: call-service
522
- action : remote.turn_on
521
+ action: perform-action
522
+ perform_action : remote.turn_on
523
523
data:
524
524
activity: com.netflix.ninja
525
525
target:
@@ -530,8 +530,8 @@ cards:
530
530
image: >-
531
531
https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Amazon_Prime_Video_logo.svg/450px-Amazon_Prime_Video_logo.svg.png
532
532
tap_action:
533
- action: call-service
534
- action : remote.turn_on
533
+ action: perform-action
534
+ perform_action : remote.turn_on
535
535
data:
536
536
activity: com.amazon.amazonvideo.livingroom
537
537
target:
@@ -542,8 +542,8 @@ cards:
542
542
image: >-
543
543
https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Disney%2B_logo.svg/440px-Disney%2B_logo.svg.png
544
544
tap_action:
545
- action: call-service
546
- action : remote.turn_on
545
+ action: perform-action
546
+ perform_action : remote.turn_on
547
547
data:
548
548
activity: com.disney.disneyplus
549
549
target:
0 commit comments