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```