Advertisement
johannwilken

LG-TV Remote

Aug 5th, 2022
1,193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.83 KB | None | 0 0
  1. entity: media_player.wilkenlgtv
  2. hide:
  3.   power_state: false
  4. hide_controls: true
  5. idle_view: 'true'
  6. shortcuts:
  7.   buttons:
  8.     - icon: mdi:satellite
  9.       id: DStv
  10.       name: DStv
  11.       type: source
  12.     - icon: mdi:cast
  13.       id: Photo & Video
  14.       name: Photo & Video
  15.       type: source
  16.     - icon: mdi:youtube
  17.       id: YouTube
  18.       name: YouTube
  19.       type: source
  20.     - data:
  21.         button: HOME
  22.         entity_id: media_player.wilkenlgtv
  23.       id: webostv.button
  24.       name: Menu
  25.       type: service
  26.     - data:
  27.         button: UP
  28.         entity_id: media_player.wilkenlgtv
  29.       id: webostv.button
  30.       type: service
  31.     - data:
  32.         mac: C8:08:E9:E6:64:5F
  33.       icon: mdi:power
  34.       mame: Turn On
  35.       id: wake_on_lan.send_magic_packet
  36.       type: service
  37.     - data:
  38.         button: LEFT
  39.         entity_id: media_player.wilkenlgtv
  40.       icon: mdi:arrow-left-bold
  41.       id: webostv.button
  42.       type: service
  43.     - data:
  44.         button: ENTER
  45.         entity_id: media_player.wilkenlgtv
  46.       id: webostv.button
  47.       name: Enter
  48.       type: service
  49.     - data:
  50.         button: RIGHT
  51.         entity_id: media_player.wilkenlgtv
  52.       icon: mdi:arrow-right-bold
  53.       id: webostv.button
  54.       type: service
  55.     - data:
  56.         button: BACK
  57.         entity_id: media_player.wilkenlgtv
  58.       id: webostv.button
  59.       name: Back
  60.       type: service
  61.     - data:
  62.         button: DOWN
  63.         entity_id: media_player.wilkenlgtv
  64.       icon: mdi:arrow-down-bold
  65.       id: webostv.button
  66.       type: service
  67.     - data:
  68.         button: CHANNELUP
  69.         entity_id: media_player.wilkenlgtv
  70.       icon: mdi:arrow-down-drop-circle
  71.       id: webostv.button
  72.       type: service
  73.   columns: 3
  74. type: custom:mini-media-player
  75. volume_stateless: true
  76. artwork: material
  77. toggle_power: true
  78. info: short
  79. source: icon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement