Sholofly / lghorizon

Custom integration to control LG Horizon settop boxes for Ziggo(NL), Magenta(AT), UPC(CH), Virgin(GB, IE), Telenet(BE)
GNU General Public License v3.0
58 stars 13 forks source link

Browse media directly from media card / buttons for favourite channels #89

Closed pjannink closed 8 months ago

pjannink commented 8 months ago

I would like to be able to browse media directly from the card. Now I have to push the 3 dots in the upper right corner and browse the channels on the next dialog window. Further: I would like to create a series of buttons to directly jump to my favourite channels. How to do that?

Thx for your help!

Sholofly commented 8 months ago

I would like to be able to browse media directly from the card. Now I have to push the 3 dots in the upper right corner and browse the channels on the next dialog window.

By choosing a card that supports it like: https://github.com/kalkih/mini-media-player

Further: I would like to create a series of buttons to directly jump to my favourite channels. How to do that?

By reading the docs :). Create buttons with an action attached:

service: media_player.play_media
data:
  media_content_type: channel # 'channel' when media_content_id is channelnumber, 'app' when media_content_id is 'Netflix' or 'Videoland'
  media_content_id: "401" # Any channel number, 'Netflix' or 'Videoland'
target:
  entity_id: media_player.ziggo_beneden