Advertisement
Guest User

Harmony Remote YAML

a guest
Jun 11th, 2019
8,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 43.33 KB | None | 0 0
  1. - badges: []
  2.     cards:
  3.       - type: 'custom:compact-custom-header'
  4.       - cards:
  5.           - cards:
  6.               - entity: remote.harmony_hub_2
  7.                 hold_action:
  8.                   action: none
  9.                 icon: 'mdi:power'
  10.                 name: Power Off
  11.                 show_icon: true
  12.                 show_name: true
  13.                 state:
  14.                   - color: 'rgb(0, 128, 0)'
  15.                     value: 'off'
  16.                   - color: 'rgb(255, 0, 0)'
  17.                     value: 'on'
  18.                 tap_action:
  19.                   action: call-service
  20.                   service: remote.turn_off
  21.                 type: 'custom:button-card'
  22.               - entity: switch.watch_tv_2
  23.                 hold_action:
  24.                   action: more-info
  25.                 name: Watch TV
  26.                 show_icon: true
  27.                 show_name: true
  28.                 state:
  29.                   - color: 'rgb(0, 128, 0)'
  30.                     value: 'on'
  31.                 tap_action:
  32.                   action: toggle
  33.                 type: 'custom:button-card'
  34.               - entity: switch.watch_dvd
  35.                 hold_action:
  36.                   action: more-info
  37.                 name: Watch DVD
  38.                 show_icon: true
  39.                 show_name: true
  40.                 state:
  41.                   - color: 'rgb(0, 128, 0)'
  42.                     value: 'on'
  43.                 tap_action:
  44.                   action: toggle
  45.                 type: 'custom:button-card'
  46.               - entity: switch.watch_vcr
  47.                 hold_action:
  48.                   action: more-info
  49.                 name: Watch VCR
  50.                 show_icon: true
  51.                 show_name: true
  52.                 state:
  53.                   - color: 'rgb(0, 128, 0)'
  54.                     value: 'on'
  55.                 tap_action:
  56.                   action: toggle
  57.                 type: 'custom:button-card'
  58.             type: horizontal-stack
  59.           - cards:
  60.               - entity: switch.watch_pc
  61.                 hold_action:
  62.                   action: more-info
  63.                 name: Watch Kodi
  64.                 show_icon: true
  65.                 show_name: true
  66.                 state:
  67.                   - color: 'rgb(0, 128, 0)'
  68.                     value: 'on'
  69.                 tap_action:
  70.                   action: toggle
  71.                 type: 'custom:button-card'
  72.               - entity: switch.watch_chromecast
  73.                 hold_action:
  74.                   action: more-info
  75.                 name: Chromecast
  76.                 show_icon: true
  77.                 show_name: true
  78.                 state:
  79.                   - color: 'rgb(0, 128, 0)'
  80.                     value: 'on'
  81.                 tap_action:
  82.                   action: toggle
  83.                 type: 'custom:button-card'
  84.               - entity: switch.music_other
  85.                 hold_action:
  86.                   action: more-info
  87.                 name: Listen to Music
  88.                 show_icon: true
  89.                 show_name: true
  90.                 state:
  91.                   - color: 'rgb(0, 128, 0)'
  92.                     value: 'on'
  93.                 tap_action:
  94.                   action: toggle
  95.                 type: 'custom:button-card'
  96.             type: horizontal-stack
  97.         type: vertical-stack
  98.       - entities:
  99.           - entity: input_select.media_mode
  100.         type: entities
  101.       - entity: input_select.media_mode
  102.         states:
  103.           Chromecast:
  104.             cards:
  105.               - cards:
  106.                   - entity: binary_sensor.test
  107.                     entity_id: remote.harmony_hub
  108.                     icon: 'mdi:volume-plus'
  109.                     name: Volume Up
  110.                     size: 27%
  111.                     tap_action:
  112.                       action: call-service
  113.                       service: remote.send_command
  114.                       service_data:
  115.                         command: VolumeUp
  116.                         device: '56621381'
  117.                     type: 'custom:button-card'
  118.                   - entity: binary_sensor.test
  119.                     entity_id: remote.harmony_hub
  120.                     icon: 'mdi:volume-off'
  121.                     name: Mute
  122.                     size: 27%
  123.                     tap_action:
  124.                       action: call-service
  125.                       service: remote.send_command
  126.                       service_data:
  127.                         command: Mute
  128.                         device: '56621381'
  129.                     type: 'custom:button-card'
  130.                   - entity: binary_sensor.test
  131.                     entity_id: remote.harmony_hub
  132.                     icon: 'mdi:volume-minus'
  133.                     name: Volume Down
  134.                     size: 27%
  135.                     tap_action:
  136.                       action: call-service
  137.                       service: remote.send_command
  138.                       service_data:
  139.                         command: VolumeDown
  140.                         device: '56621381'
  141.                     type: 'custom:button-card'
  142.                 type: horizontal-stack
  143.               - artwork: cover
  144.                 cards: null
  145.                 entity: media_player.family_room_tv
  146.                 hide:
  147.                   power_state: true
  148.                   source: false
  149.                   volume: true
  150.                 type: 'custom:mini-media-player'
  151.             type: vertical-stack
  152.           DVD:
  153.             cards:
  154.               - cards:
  155.                   - entity: binary_sensor.test
  156.                     entity_id: remote.harmony_hub
  157.                     icon: 'mdi:volume-plus'
  158.                     name: Volume Up
  159.                     size: 27%
  160.                     tap_action:
  161.                       action: call-service
  162.                       service: remote.send_command
  163.                       service_data:
  164.                         command: VolumeUp
  165.                         device: '56621381'
  166.                     type: 'custom:button-card'
  167.                   - entity: binary_sensor.test
  168.                     entity_id: remote.harmony_hub
  169.                     icon: 'mdi:volume-off'
  170.                     name: Mute
  171.                     size: 27%
  172.                     tap_action:
  173.                       action: call-service
  174.                       service: remote.send_command
  175.                       service_data:
  176.                         command: Mute
  177.                         device: '56621381'
  178.                     type: 'custom:button-card'
  179.                   - entity: binary_sensor.test
  180.                     entity_id: remote.harmony_hub
  181.                     icon: 'mdi:volume-minus'
  182.                     name: Volume Down
  183.                     size: 27%
  184.                     tap_action:
  185.                       action: call-service
  186.                       service: remote.send_command
  187.                       service_data:
  188.                         command: VolumeDown
  189.                         device: '56621381'
  190.                     type: 'custom:button-card'
  191.                 type: horizontal-stack
  192.               - cards:
  193.                   - entity: binary_sensor.test
  194.                     entity_id: remote.harmony_hub
  195.                     icon: 'mdi:play'
  196.                     name: Play
  197.                     size: 27%
  198.                     tap_action:
  199.                       action: call-service
  200.                       service: remote.send_command
  201.                       service_data:
  202.                         command: Play
  203.                         device: '56621380'
  204.                     type: 'custom:button-card'
  205.                   - entity: binary_sensor.test
  206.                     entity_id: remote.harmony_hub
  207.                     icon: 'mdi:pause'
  208.                     name: Pause
  209.                     size: 27%
  210.                     tap_action:
  211.                       action: call-service
  212.                       service: remote.send_command
  213.                       service_data:
  214.                         command: Pause
  215.                         device: '56621380'
  216.                     type: 'custom:button-card'
  217.                   - entity: binary_sensor.test
  218.                     entity_id: remote.harmony_hub
  219.                     icon: 'mdi:stop'
  220.                     name: Stop
  221.                     size: 27%
  222.                     tap_action:
  223.                       action: call-service
  224.                       service: remote.send_command
  225.                       service_data:
  226.                         command: Stop
  227.                         device: '56621380'
  228.                     type: 'custom:button-card'
  229.                 type: horizontal-stack
  230.               - cards:
  231.                   - entity: binary_sensor.test
  232.                     entity_id: remote.harmony_hub
  233.                     icon: 'mdi:rewind-30'
  234.                     name: Skip Back
  235.                     size: 27%
  236.                     tap_action:
  237.                       action: call-service
  238.                       service: remote.send_command
  239.                       service_data:
  240.                         command: SkipBack
  241.                         device: '56621380'
  242.                     type: 'custom:button-card'
  243.                   - entity: binary_sensor.test
  244.                     entity_id: remote.harmony_hub
  245.                     icon: 'mdi:rewind'
  246.                     name: Rewind
  247.                     size: 27%
  248.                     tap_action:
  249.                       action: call-service
  250.                       service: remote.send_command
  251.                       service_data:
  252.                         command: Rewind
  253.                         device: '56621380'
  254.                     type: 'custom:button-card'
  255.                   - entity: binary_sensor.test
  256.                     entity_id: remote.harmony_hub
  257.                     icon: 'mdi:fast-forward'
  258.                     name: Fast Forward
  259.                     size: 27%
  260.                     tap_action:
  261.                       action: call-service
  262.                       service: remote.send_command
  263.                       service_data:
  264.                         command: FastForward
  265.                         device: '56621380'
  266.                     type: 'custom:button-card'
  267.                   - entity: binary_sensor.test
  268.                     entity_id: remote.harmony_hub
  269.                     icon: 'mdi:fast-forward-30'
  270.                     name: Skip Forward
  271.                     size: 27%
  272.                     tap_action:
  273.                       action: call-service
  274.                       service: remote.send_command
  275.                       service_data:
  276.                         command: SkipForward
  277.                         device: '56621380'
  278.                     type: 'custom:button-card'
  279.                 type: horizontal-stack
  280.               - cards:
  281.                   - entity: binary_sensor.test
  282.                     entity_id: remote.harmony_hub
  283.                     icon: 'mdi:menu-open'
  284.                     name: Menu
  285.                     size: 27%
  286.                     tap_action:
  287.                       action: call-service
  288.                       service: remote.send_command
  289.                       service_data:
  290.                         command: Menu
  291.                         device: '56621380'
  292.                     type: 'custom:button-card'
  293.                   - entity: binary_sensor.test
  294.                     entity_id: remote.harmony_hub
  295.                     icon: 'mdi:menu'
  296.                     name: Top Menu
  297.                     size: 27%
  298.                     tap_action:
  299.                       action: call-service
  300.                       service: remote.send_command
  301.                       service_data:
  302.                         command: TopMenu
  303.                         device: '56621380'
  304.                     type: 'custom:button-card'
  305.                   - entity: binary_sensor.test
  306.                     entity_id: remote.harmony_hub
  307.                     icon: 'mdi:eject'
  308.                     name: Eject
  309.                     size: 27%
  310.                     tap_action:
  311.                       action: call-service
  312.                       service: remote.send_command
  313.                       service_data:
  314.                         command: Eject
  315.                         device: '56621380'
  316.                     type: 'custom:button-card'
  317.                 type: horizontal-stack
  318.             type: vertical-stack
  319.           Music:
  320.             cards:
  321.               - cards:
  322.                   - entity: binary_sensor.test
  323.                     entity_id: remote.harmony_hub
  324.                     icon: 'mdi:volume-plus'
  325.                     name: Volume Up
  326.                     size: 27%
  327.                     tap_action:
  328.                       action: call-service
  329.                       service: remote.send_command
  330.                       service_data:
  331.                         command: VolumeUp
  332.                         device: '56621381'
  333.                     type: 'custom:button-card'
  334.                   - entity: binary_sensor.test
  335.                     entity_id: remote.harmony_hub
  336.                     icon: 'mdi:volume-off'
  337.                     name: Mute
  338.                     size: 27%
  339.                     tap_action:
  340.                       action: call-service
  341.                       service: remote.send_command
  342.                       service_data:
  343.                         command: Mute
  344.                         device: '56621381'
  345.                     type: 'custom:button-card'
  346.                   - entity: binary_sensor.test
  347.                     entity_id: remote.harmony_hub
  348.                     icon: 'mdi:volume-minus'
  349.                     name: Volume Down
  350.                     size: 27%
  351.                     tap_action:
  352.                       action: call-service
  353.                       service: remote.send_command
  354.                       service_data:
  355.                         command: VolumeDown
  356.                         device: '56621381'
  357.                     type: 'custom:button-card'
  358.                 type: horizontal-stack
  359.               - artwork: cover
  360.                 entity: media_player.home_group
  361.                 hide:
  362.                   power_state: true
  363.                   volume: true
  364.                 shortcuts:
  365.                   buttons:
  366.                     - id: script.hot_country
  367.                       name: Hot Country
  368.                       type: script
  369.                     - id: script.old_rock
  370.                       name: Old Rock
  371.                       type: script
  372.                     - id: script.ac_dc
  373.                       name: AC/DC
  374.                       type: script
  375.                     - id: script.mom_country
  376.                       name: Mom Country
  377.                       type: script
  378.                     - id: script.dinner_music
  379.                       name: Dinner
  380.                       type: script
  381.                     - id: script.raffi_music
  382.                       name: Raffi
  383.                       type: script
  384.                   columns: 3
  385.                 source: icon
  386.                 type: 'custom:mini-media-player'
  387.             type: vertical-stack
  388.           TV:
  389.             cards:
  390.               - entities:
  391.                   - entity: input_select.tv_remote_mode
  392.                 type: entities
  393.               - entity: input_select.tv_remote_mode
  394.                 states:
  395.                   Direction Arrows:
  396.                     cards:
  397.                       - cards:
  398.                           - entity: binary_sensor.test
  399.                             entity_id: remote.harmony_hub
  400.                             icon: 'mdi:undo'
  401.                             name: Back
  402.                             size: 27%
  403.                             tap_action:
  404.                               action: call-service
  405.                               service: remote.send_command
  406.                               service_data:
  407.                                 command: Return
  408.                                 device: '56621379'
  409.                             type: 'custom:button-card'
  410.                           - entity: binary_sensor.test
  411.                             entity_id: remote.harmony_hub
  412.                             icon: 'mdi:arrow-up-bold'
  413.                             show_name: false
  414.                             size: 40%
  415.                             tap_action:
  416.                               action: call-service
  417.                               service: remote.send_command
  418.                               service_data:
  419.                                 command: DirectionUp
  420.                                 device: '56621379'
  421.                             type: 'custom:button-card'
  422.                           - entity: binary_sensor.test
  423.                             entity_id: remote.harmony_hub
  424.                             icon: 'mdi:arrow-decision'
  425.                             name: Options
  426.                             size: 27%
  427.                             tap_action:
  428.                               action: call-service
  429.                               service: remote.send_command
  430.                               service_data:
  431.                                 command: Options
  432.                                 device: '56621379'
  433.                             type: 'custom:button-card'
  434.                         type: horizontal-stack
  435.                       - cards:
  436.                           - entity: binary_sensor.test
  437.                             entity_id: remote.harmony_hub
  438.                             icon: 'mdi:arrow-left-bold'
  439.                             show_name: false
  440.                             size: 40%
  441.                             tap_action:
  442.                               action: call-service
  443.                               service: remote.send_command
  444.                               service_data:
  445.                                 command: DirectionLeft
  446.                                 device: '56621379'
  447.                             type: 'custom:button-card'
  448.                           - entity: binary_sensor.test
  449.                             entity_id: remote.harmony_hub
  450.                             icon: 'mdi:hand-okay'
  451.                             name: OK
  452.                             size: 27%
  453.                             tap_action:
  454.                               action: call-service
  455.                               service: remote.send_command
  456.                               service_data:
  457.                                 command: OK
  458.                                 device: '56621379'
  459.                             type: 'custom:button-card'
  460.                           - entity: binary_sensor.test
  461.                             entity_id: remote.harmony_hub
  462.                             icon: 'mdi:arrow-right-bold'
  463.                             show_name: false
  464.                             size: 40%
  465.                             tap_action:
  466.                               action: call-service
  467.                               service: remote.send_command
  468.                               service_data:
  469.                                 command: DirectionRight
  470.                                 device: '56621379'
  471.                             type: 'custom:button-card'
  472.                         type: horizontal-stack
  473.                       - cards:
  474.                           - entity: binary_sensor.test
  475.                             entity_id: remote.harmony_hub
  476.                             icon: 'mdi:exit-to-app'
  477.                             name: Exit to TV
  478.                             size: 27%
  479.                             tap_action:
  480.                               action: call-service
  481.                               service: remote.send_command
  482.                               service_data:
  483.                                 command: Exit
  484.                                 device: '56621379'
  485.                             type: 'custom:button-card'
  486.                           - entity: binary_sensor.test
  487.                             entity_id: remote.harmony_hub
  488.                             icon: 'mdi:arrow-down-bold'
  489.                             show_name: false
  490.                             size: 40%
  491.                             tap_action:
  492.                               action: call-service
  493.                               service: remote.send_command
  494.                               service_data:
  495.                                 command: DirectionDown
  496.                                 device: '56621379'
  497.                             type: 'custom:button-card'
  498.                           - entity: binary_sensor.test
  499.                             entity_id: remote.harmony_hub
  500.                             icon: 'mdi:information-outline'
  501.                             name: Info
  502.                             size: 27%
  503.                             tap_action:
  504.                               action: call-service
  505.                               service: remote.send_command
  506.                               service_data:
  507.                                 command: Info
  508.                                 device: '56621379'
  509.                             type: 'custom:button-card'
  510.                         type: horizontal-stack
  511.                     type: vertical-stack
  512.                   Numbers:
  513.                     cards:
  514.                       - cards:
  515.                           - entity: binary_sensor.test
  516.                             entity_id: remote.harmony_hub
  517.                             icon: 'mdi:numeric-1'
  518.                             show_name: false
  519.                             size: 40%
  520.                             tap_action:
  521.                               action: call-service
  522.                               service: remote.send_command
  523.                               service_data:
  524.                                 command: 1
  525.                                 device: '56621379'
  526.                             type: 'custom:button-card'
  527.                           - entity: binary_sensor.test
  528.                             entity_id: remote.harmony_hub
  529.                             icon: 'mdi:numeric-2'
  530.                             show_name: false
  531.                             size: 40%
  532.                             tap_action:
  533.                               action: call-service
  534.                               service: remote.send_command
  535.                               service_data:
  536.                                 command: 2
  537.                                 device: '56621379'
  538.                             type: 'custom:button-card'
  539.                           - entity: binary_sensor.test
  540.                             entity_id: remote.harmony_hub
  541.                             icon: 'mdi:numeric-3'
  542.                             show_name: false
  543.                             size: 40%
  544.                             tap_action:
  545.                               action: call-service
  546.                               service: remote.send_command
  547.                               service_data:
  548.                                 command: 3
  549.                                 device: '56621379'
  550.                             type: 'custom:button-card'
  551.                         type: horizontal-stack
  552.                       - cards:
  553.                           - entity: binary_sensor.test
  554.                             entity_id: remote.harmony_hub
  555.                             icon: 'mdi:numeric-4'
  556.                             show_name: false
  557.                             size: 40%
  558.                             tap_action:
  559.                               action: call-service
  560.                               service: remote.send_command
  561.                               service_data:
  562.                                 command: 4
  563.                                 device: '56621379'
  564.                             type: 'custom:button-card'
  565.                           - entity: binary_sensor.test
  566.                             entity_id: remote.harmony_hub
  567.                             icon: 'mdi:numeric-5'
  568.                             show_name: false
  569.                             size: 40%
  570.                             tap_action:
  571.                               action: call-service
  572.                               service: remote.send_command
  573.                               service_data:
  574.                                 command: 5
  575.                                 device: '56621379'
  576.                             type: 'custom:button-card'
  577.                           - entity: binary_sensor.test
  578.                             entity_id: remote.harmony_hub
  579.                             icon: 'mdi:numeric-6'
  580.                             show_name: false
  581.                             size: 40%
  582.                             tap_action:
  583.                               action: call-service
  584.                               service: remote.send_command
  585.                               service_data:
  586.                                 command: 6
  587.                                 device: '56621379'
  588.                             type: 'custom:button-card'
  589.                         type: horizontal-stack
  590.                       - cards:
  591.                           - entity: binary_sensor.test
  592.                             entity_id: remote.harmony_hub
  593.                             icon: 'mdi:numeric-7'
  594.                             show_name: false
  595.                             size: 40%
  596.                             tap_action:
  597.                               action: call-service
  598.                               service: remote.send_command
  599.                               service_data:
  600.                                 command: 7
  601.                                 device: '56621379'
  602.                             type: 'custom:button-card'
  603.                           - entity: binary_sensor.test
  604.                             entity_id: remote.harmony_hub
  605.                             icon: 'mdi:numeric-8'
  606.                             show_name: false
  607.                             size: 40%
  608.                             tap_action:
  609.                               action: call-service
  610.                               service: remote.send_command
  611.                               service_data:
  612.                                 command: 8
  613.                                 device: '56621379'
  614.                             type: 'custom:button-card'
  615.                           - entity: binary_sensor.test
  616.                             entity_id: remote.harmony_hub
  617.                             icon: 'mdi:numeric-9'
  618.                             show_name: false
  619.                             size: 40%
  620.                             tap_action:
  621.                               action: call-service
  622.                               service: remote.send_command
  623.                               service_data:
  624.                                 command: 9
  625.                                 device: '56621379'
  626.                             type: 'custom:button-card'
  627.                         type: horizontal-stack
  628.                       - cards:
  629.                           - entity: binary_sensor.test
  630.                             entity_id: remote.harmony_hub
  631.                             icon: 'mdi:backspace-outline'
  632.                             name: Delete
  633.                             size: 27%
  634.                             tap_action:
  635.                               action: call-service
  636.                               service: remote.send_command
  637.                               service_data:
  638.                                 command: Delete
  639.                                 device: '56621379'
  640.                             type: 'custom:button-card'
  641.                           - entity: binary_sensor.test
  642.                             entity_id: remote.harmony_hub
  643.                             icon: 'mdi:numeric-0'
  644.                             show_name: false
  645.                             size: 40%
  646.                             tap_action:
  647.                               action: call-service
  648.                               service: remote.send_command
  649.                               service_data:
  650.                                 command: 0
  651.                                 device: '56621379'
  652.                             type: 'custom:button-card'
  653.                           - entity: binary_sensor.test
  654.                             entity_id: remote.harmony_hub
  655.                             icon: 'mdi:alpha-e'
  656.                             name: Enter
  657.                             size: 27%
  658.                             tap_action:
  659.                               action: call-service
  660.                               service: remote.send_command
  661.                               service_data:
  662.                                 command: Enter
  663.                                 device: '56621379'
  664.                             type: 'custom:button-card'
  665.                         type: horizontal-stack
  666.                     type: vertical-stack
  667.                   Recorded TV:
  668.                     cards:
  669.                       - cards:
  670.                           - entity: binary_sensor.test
  671.                             entity_id: remote.harmony_hub
  672.                             icon: 'mdi:record'
  673.                             name: Record
  674.                             size: 27%
  675.                             state:
  676.                               - color: 'rgb(255, 0, 0)'
  677.                                 value: 'off'
  678.                               - color: 'rgb(255, 0, 0)'
  679.                                 value: 'on'
  680.                             tap_action:
  681.                               action: call-service
  682.                               service: remote.send_command
  683.                               service_data:
  684.                                 command: Record
  685.                                 device: '56621379'
  686.                             type: 'custom:button-card'
  687.                           - entity: binary_sensor.test
  688.                             entity_id: remote.harmony_hub
  689.                             icon: 'mdi:record-rec'
  690.                             name: Recorded TV
  691.                             size: 27%
  692.                             tap_action:
  693.                               action: call-service
  694.                               service: remote.send_command
  695.                               service_data:
  696.                                 command: RecordedTV
  697.                                 device: '56621379'
  698.                             type: 'custom:button-card'
  699.                           - entity: binary_sensor.test
  700.                             entity_id: remote.harmony_hub
  701.                             icon: 'mdi:television-guide'
  702.                             name: Guide
  703.                             size: 27%
  704.                             tap_action:
  705.                               action: call-service
  706.                               service: remote.send_command
  707.                               service_data:
  708.                                 command: Guide
  709.                                 device: '56621379'
  710.                             type: 'custom:button-card'
  711.                         type: horizontal-stack
  712.                       - cards:
  713.                           - entity: binary_sensor.test
  714.                             entity_id: remote.harmony_hub
  715.                             icon: 'mdi:stop'
  716.                             name: Stop
  717.                             size: 27%
  718.                             tap_action:
  719.                               action: call-service
  720.                               service: remote.send_command
  721.                               service_data:
  722.                                 command: Stop
  723.                                 device: '56621379'
  724.                             type: 'custom:button-card'
  725.                           - entity: binary_sensor.test
  726.                             entity_id: remote.harmony_hub
  727.                             icon: 'mdi:pause'
  728.                             name: Pause
  729.                             size: 27%
  730.                             tap_action:
  731.                               action: call-service
  732.                               service: remote.send_command
  733.                               service_data:
  734.                                 command: Pause
  735.                                 device: '56621379'
  736.                             type: 'custom:button-card'
  737.                           - entity: binary_sensor.test
  738.                             entity_id: remote.harmony_hub
  739.                             icon: 'mdi:play'
  740.                             name: Play
  741.                             size: 27%
  742.                             tap_action:
  743.                               action: call-service
  744.                               service: remote.send_command
  745.                               service_data:
  746.                                 command: Play
  747.                                 device: '56621379'
  748.                             type: 'custom:button-card'
  749.                         type: horizontal-stack
  750.                       - cards:
  751.                           - entity: binary_sensor.test
  752.                             entity_id: remote.harmony_hub
  753.                             icon: 'mdi:rewind-30'
  754.                             name: Skip Back
  755.                             size: 27%
  756.                             tap_action:
  757.                               action: call-service
  758.                               service: remote.send_command
  759.                               service_data:
  760.                                 command: SkipBack
  761.                                 device: '56621379'
  762.                             type: 'custom:button-card'
  763.                           - entity: binary_sensor.test
  764.                             entity_id: remote.harmony_hub
  765.                             icon: 'mdi:rewind'
  766.                             name: Rewind
  767.                             size: 27%
  768.                             tap_action:
  769.                               action: call-service
  770.                               service: remote.send_command
  771.                               service_data:
  772.                                 command: Rewind
  773.                                 device: '56621379'
  774.                             type: 'custom:button-card'
  775.                           - entity: binary_sensor.test
  776.                             entity_id: remote.harmony_hub
  777.                             icon: 'mdi:fast-forward'
  778.                             name: Fast Forward
  779.                             size: 27%
  780.                             tap_action:
  781.                               action: call-service
  782.                               service: remote.send_command
  783.                               service_data:
  784.                                 command: FastForward
  785.                                 device: '56621379'
  786.                             type: 'custom:button-card'
  787.                           - entity: binary_sensor.test
  788.                             entity_id: remote.harmony_hub
  789.                             icon: 'mdi:fast-forward-30'
  790.                             name: Skip Forward
  791.                             size: 27%
  792.                             tap_action:
  793.                               action: call-service
  794.                               service: remote.send_command
  795.                               service_data:
  796.                                 command: SkipForward
  797.                                 device: '56621379'
  798.                             type: 'custom:button-card'
  799.                         type: horizontal-stack
  800.                     type: vertical-stack
  801.                   Volume/Channel:
  802.                     cards:
  803.                       - cards:
  804.                           - entity: binary_sensor.test
  805.                             icon: 'mdi:volume-plus'
  806.                             name: Volume Up
  807.                             size: 15%
  808.                             tap_action:
  809.                               action: call-service
  810.                               service: remote.send_command
  811.                               service_data:
  812.                                 command: VolumeUp
  813.                                 device: '56621381'
  814.                                 entity_id: remote.harmony_hub_2
  815.                             type: 'custom:button-card'
  816.                           - entity: binary_sensor.test
  817.                             icon: 'mdi:chevron-up-circle'
  818.                             name: Channel Up
  819.                             size: 15%
  820.                             tap_action:
  821.                               action: call-service
  822.                               service: remote.send_command
  823.                               service_data:
  824.                                 command: ChannelUp
  825.                                 device: '56621379'
  826.                                 entity_id: remote.harmony_hub_2
  827.                             type: 'custom:button-card'
  828.                         type: horizontal-stack
  829.                       - cards:
  830.                           - entity: binary_sensor.test
  831.                             icon: 'mdi:volume-off'
  832.                             name: Mute
  833.                             size: 15%
  834.                             tap_action:
  835.                               action: call-service
  836.                               service: remote.send_command
  837.                               service_data:
  838.                                 command: Mute
  839.                                 device: '56621381'
  840.                                 entity_id: remote.harmony_hub_2
  841.                             type: 'custom:button-card'
  842.                           - entity: binary_sensor.test
  843.                             icon: 'mdi:rotate-left'
  844.                             name: Last Channel
  845.                             size: 15%
  846.                             tap_action:
  847.                               action: call-service
  848.                               service: remote.send_command
  849.                               service_data:
  850.                                 command: Last
  851.                                 device: '56621379'
  852.                                 entity_id: remote.harmony_hub_2
  853.                             type: 'custom:button-card'
  854.                         type: horizontal-stack
  855.                       - cards:
  856.                           - entity: binary_sensor.test
  857.                             icon: 'mdi:volume-minus'
  858.                             name: Volume Down
  859.                             size: 15%
  860.                             tap_action:
  861.                               action: call-service
  862.                               service: remote.send_command
  863.                               service_data:
  864.                                 command: VolumeDown
  865.                                 device: '56621381'
  866.                                 entity_id: remote.harmony_hub_2
  867.                             type: 'custom:button-card'
  868.                           - entity: binary_sensor.test
  869.                             icon: 'mdi:chevron-down-circle'
  870.                             name: Channel Down
  871.                             size: 15%
  872.                             tap_action:
  873.                               action: call-service
  874.                               service: remote.send_command
  875.                               service_data:
  876.                                 command: ChannelDown
  877.                                 device: '56621379'
  878.                                 entity_id: remote.harmony_hub_2
  879.                             type: 'custom:button-card'
  880.                         type: horizontal-stack
  881.                     type: vertical-stack
  882.                 type: 'custom:state-switch'
  883.             type: vertical-stack
  884.           VCR:
  885.             cards:
  886.               - cards:
  887.                   - entity: binary_sensor.test
  888.                     entity_id: remote.harmony_hub
  889.                     icon: 'mdi:volume-plus'
  890.                     name: Volume Up
  891.                     size: 27%
  892.                     tap_action:
  893.                       action: call-service
  894.                       service: remote.send_command
  895.                       service_data:
  896.                         command: VolumeUp
  897.                         device: '56621381'
  898.                     type: 'custom:button-card'
  899.                   - entity: binary_sensor.test
  900.                     entity_id: remote.harmony_hub
  901.                     icon: 'mdi:volume-off'
  902.                     name: Mute
  903.                     size: 27%
  904.                     tap_action:
  905.                       action: call-service
  906.                       service: remote.send_command
  907.                       service_data:
  908.                         command: Mute
  909.                         device: '56621381'
  910.                     type: 'custom:button-card'
  911.                   - entity: binary_sensor.test
  912.                     entity_id: remote.harmony_hub
  913.                     icon: 'mdi:volume-minus'
  914.                     name: Volume Down
  915.                     size: 27%
  916.                     tap_action:
  917.                       action: call-service
  918.                       service: remote.send_command
  919.                       service_data:
  920.                         command: VolumeDown
  921.                         device: '56621381'
  922.                     type: 'custom:button-card'
  923.                 type: horizontal-stack
  924.               - cards:
  925.                   - entity: binary_sensor.test
  926.                     entity_id: remote.harmony_hub
  927.                     icon: 'mdi:play'
  928.                     name: Play
  929.                     size: 27%
  930.                     tap_action:
  931.                       action: call-service
  932.                       service: remote.send_command
  933.                       service_data:
  934.                         command: Play
  935.                         device: '56621378'
  936.                     type: 'custom:button-card'
  937.                   - entity: binary_sensor.test
  938.                     entity_id: remote.harmony_hub
  939.                     icon: 'mdi:pause'
  940.                     name: Pause
  941.                     size: 27%
  942.                     tap_action:
  943.                       action: call-service
  944.                       service: remote.send_command
  945.                       service_data:
  946.                         command: Pause
  947.                         device: '56621378'
  948.                     type: 'custom:button-card'
  949.                   - entity: binary_sensor.test
  950.                     entity_id: remote.harmony_hub
  951.                     icon: 'mdi:stop'
  952.                     name: Stop
  953.                     size: 27%
  954.                     tap_action:
  955.                       action: call-service
  956.                       service: remote.send_command
  957.                       service_data:
  958.                         command: Stop
  959.                         device: '56621378'
  960.                     type: 'custom:button-card'
  961.                 type: horizontal-stack
  962.               - cards:
  963.                   - entity: binary_sensor.test
  964.                     entity_id: remote.harmony_hub
  965.                     icon: 'mdi:rewind'
  966.                     name: Rewind
  967.                     size: 27%
  968.                     tap_action:
  969.                       action: call-service
  970.                       service: remote.send_command
  971.                       service_data:
  972.                         command: Rewind
  973.                         device: '56621378'
  974.                     type: 'custom:button-card'
  975.                   - entity: binary_sensor.test
  976.                     entity_id: remote.harmony_hub
  977.                     icon: 'mdi:fast-forward'
  978.                     name: Fast Forward
  979.                     size: 27%
  980.                     tap_action:
  981.                       action: call-service
  982.                       service: remote.send_command
  983.                       service_data:
  984.                         command: FastForward
  985.                         device: '56621378'
  986.                     type: 'custom:button-card'
  987.                   - entity: binary_sensor.test
  988.                     entity_id: remote.harmony_hub
  989.                     icon: 'mdi:eject'
  990.                     name: Eject
  991.                     size: 27%
  992.                     tap_action:
  993.                       action: call-service
  994.                       service: remote.send_command
  995.                       service_data:
  996.                         command: Eject
  997.                         device: '56621378'
  998.                     type: 'custom:button-card'
  999.                 type: horizontal-stack
  1000.             type: vertical-stack
  1001.         type: 'custom:state-switch'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement