#custom tv remote

1 messages · Page 1 of 1 (latest)

last tendon
#

this is my goal (left picture, google tv app remote)

and this second picture is what i have right now.

can someone help me figure out what im missing and how to complete the gap here? im using this custom card https://github.com/Nerwyn/universal-remote-card

current code:

remote_id: remote.hisense
autofill_entity_id: true
rows:
  - - null
    - power
  - - touchpad
  - - back
    - home
    - settings
  - - volume_mute
    - volume_down
    - volume_up
custom_actions: []
styles: |-
  remote-touchpad::part(toucharea) {
    height: 590px;|
  }
  a_player.hisense```