Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.05 KB | None | 0 0
  1. - title: "Remote"
  2.     icon: mdi:remote
  3.     path: remote
  4.     cards:
  5.       - type: vertical-stack
  6.         cards:
  7.           - type: horizontal-stack
  8.             cards:
  9.               - type: entity-button
  10.                 name: Yamaha Power
  11.                 tap_action:
  12.                   action: call-service
  13.                   service: input_boolean.toggle
  14.                   service_data:
  15.                     entity_id: input_boolean.yamaha_power
  16.                 entity: input_boolean.yamaha_power
  17.               - type: entity-button
  18.                 name: Benq Power
  19.                 tap_action:
  20.                   action: call-service
  21.                   service: input_boolean.toggle
  22.                   service_data:
  23.                     entity_id: input_boolean.benq_power
  24.                 entity: input_boolean.benq_power
  25.  
  26.           - type: horizontal-stack
  27.             cards:
  28.               - type: entities
  29.                 show_header_toggle: false
  30.                 entities:
  31.                   - entity: input_select.yamaha_input_source
  32.                     name: " "
  33.               - type: entity-button
  34.                 name: " "
  35.                 tap_action:
  36.                   action: call-service
  37.                   service: input_boolean.toggle
  38.                   service_data:
  39.                     entity_id: input_boolean.yamaha_m_ch
  40.                 entity: input_boolean.yamaha_m_ch
  41.           - type: horizontal-stack
  42.             cards:
  43.               - type: entity-button
  44.                 name: " "
  45.                 tap_action:
  46.                   action: call-service
  47.                   service: input_boolean.toggle
  48.                   service_data:
  49.                     entity_id: input_boolean.yamaha_vol_down
  50.                 entity: input_boolean.yamaha_vol_down
  51.               - type: entity-button
  52.                 name: " "
  53.                 tap_action:
  54.                   action: call-service
  55.                   service: input_boolean.toggle
  56.                   service_data:
  57.                     entity_id: input_boolean.yamaha_vol_off
  58.                 entity: input_boolean.yamaha_vol_off
  59.               - type: entity-button
  60.                 name: " "
  61.                 tap_action:
  62.                   action: call-service
  63.                   service: input_boolean.toggle
  64.                   service_data:
  65.                     entity_id: input_boolean.yamaha_vol_up
  66.                 entity: input_boolean.yamaha_vol_up
  67.           - type: horizontal-stack
  68.             cards:
  69.               - type: entity-button
  70.                 name: " "
  71.                 tap_action:
  72.                   action: call-service
  73.                   service: input_boolean.toggle
  74.                   service_data:
  75.                     entity_id: input_boolean.kid_menu
  76.                 entity: input_boolean.kid_menu
  77.               - type: entity-button
  78.                 name: " "
  79.                 tap_action:
  80.                   action: call-service
  81.                   service: input_boolean.toggle
  82.                   service_data:
  83.                     entity_id: input_boolean.kid_up
  84.                 entity: input_boolean.kid_up
  85.               - type: entity-button
  86.                 name: " "
  87.                 tap_action:
  88.                   action: call-service
  89.                   service: input_boolean.toggle
  90.                   service_data:
  91.                     entity_id: input_boolean.kid_back
  92.                 entity: input_boolean.kid_back
  93.           - type: horizontal-stack
  94.             cards:
  95.               - type: entity-button
  96.                 name: " "
  97.                 tap_action:
  98.                   action: call-service
  99.                   service: input_boolean.toggle
  100.                   service_data:
  101.                     entity_id: input_boolean.kid_left
  102.                 entity: input_boolean.kid_left
  103.               - type: entity-button
  104.                 name: " "
  105.                 tap_action:
  106.                   action: call-service
  107.                   service: input_boolean.toggle
  108.                   service_data:
  109.                     entity_id: input_boolean.kid_ok
  110.                 entity: input_boolean.kid_ok
  111.               - type: entity-button
  112.                 name: " "
  113.                 tap_action:
  114.                   action: call-service
  115.                   service: input_boolean.toggle
  116.                   service_data:
  117.                     entity_id: input_boolean.kid_right
  118.                 entity: input_boolean.kid_right
  119.           - type: horizontal-stack
  120.             cards:
  121.               - type: entity-button
  122.                 name: " "
  123.                 tap_action:
  124.                   action: call-service
  125.                   service: input_boolean.toggle
  126.                   service_data:
  127.                     entity_id: input_boolean.kid_home
  128.                 entity: input_boolean.kid_home
  129.               - type: entity-button
  130.                 name: " "
  131.                 tap_action:
  132.                   action: call-service
  133.                   service: input_boolean.toggle
  134.                   service_data:
  135.                     entity_id: input_boolean.kid_down
  136.                 entity: input_boolean.kid_down
  137.               - type: entity-button
  138.                 name: " "
  139.                 tap_action:
  140.                   action: call-service
  141.                   service: input_boolean.toggle
  142.                   service_data:
  143.                     entity_id: input_boolean.kid_goto
  144.                 entity: input_boolean.kid_goto
  145.           - type: horizontal-stack
  146.             cards:
  147.               - type: entity-button
  148.                 name: " "
  149.                 tap_action:
  150.                   action: call-service
  151.                   service: input_boolean.toggle
  152.                   service_data:
  153.                     entity_id: input_boolean.kid_stop
  154.                 entity: input_boolean.kid_stop
  155.               - type: entity-button
  156.                 name: " "
  157.                 tap_action:
  158.                   action: call-service
  159.                   service: input_boolean.toggle
  160.                   service_data:
  161.                     entity_id: input_boolean.kid_play
  162.                 entity: input_boolean.kid_play
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement