Skip to content

Instantly share code, notes, and snippets.

@esbenr
Created May 15, 2020 10:37
Show Gist options
  • Save esbenr/591881a0744b81248794ca4450f20e2b to your computer and use it in GitHub Desktop.
Save esbenr/591881a0744b81248794ca4450f20e2b to your computer and use it in GitHub Desktop.
Afspil DR TV til Chromecast fra Lovelace
type: horizontal-stack
cards:
- type: picture
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/DR1_2017_logo.svg/1200px-DR1_2017_logo.svg.png'
tap_action:
action: call-service
service: media_player.play_media
service_data:
entity_id: media_player.stuen_tv
media_content_id: https://dr01-lh.akamaihd.net/i/live/dr01_0@147054/index_3000_av-p.m3u8
media_content_type: playlist
- type: picture
image: 'https://upload.wikimedia.org/wikipedia/commons/f/f6/DR2_2017_logo.png'
tap_action:
action: call-service
service: media_player.play_media
service_data:
entity_id: media_player.stuen_tv
media_content_id: https://dr02-lh.akamaihd.net/i/live/dr02_0@147055/index_3000_av-p.m3u8
media_content_type: playlist
- type: picture
image: 'https://upload.wikimedia.org/wikipedia/commons/0/02/DR_Ramasjang_2017_logo.png'
tap_action:
action: call-service
service: media_player.play_media
service_data:
entity_id: media_player.stuen_tv
media_content_id: https://dr05-lh.akamaihd.net/i/live/dr05_0@147058/index_3000_av-p.m3u8
media_content_type: playlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment