Advertisement
Guest User

Harmony Remote YAML

a guest
Jun 3rd, 2019
1,149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.90 KB | None | 0 0
  1. entities:
  2.   - entity: binary_sensor.test
  3.     icon: 'mdi:volume-plus'
  4.     name: Volume Up
  5.     size: 50
  6.     tap_action:
  7.       action: call-service
  8.       service: remote.send_command
  9.       service_data:
  10.         command: VolumeUp
  11.         device: '56966973'
  12.         entity_id: remote.harmony_hub_2
  13.   - entity: binary_sensor.test
  14.     icon: 'mdi:volume-off'
  15.     name: Mute
  16.     size: 50
  17.     tap_action:
  18.       action: call-service
  19.       service: remote.send_command
  20.       service_data:
  21.         command: Mute
  22.         device: '56966973'
  23.         entity_id: remote.harmony_hub_2
  24.   - entity: binary_sensor.test
  25.     icon: 'mdi:volume-minus'
  26.     name: Volume Down
  27.     size: 50
  28.     tap_action:
  29.       action: call-service
  30.       service: remote.send_command
  31.       service_data:
  32.         command: VolumeDown
  33.         device: '56966973'
  34.         entity_id: remote.harmony_hub_2
  35. show_state: false
  36. type: glance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement