pmfernandes

Lovelace - Radio buttons

Jan 18th, 2021 (edited)
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.01 KB | None | 0 0
  1. type: grid
  2. cards:
  3.   - type: picture
  4.     image: 'https://cdn-radiotime-logos.tunein.com/s16084q.png'
  5.     tap_action:
  6.       action: call-service
  7.       service: media_player.play_media
  8.       service_data:
  9.         entity_id: media_player.pmfernandes_s_echo_dot
  10.         media_content_id: radio comercial
  11.         media_content_type: TUNEIN
  12.     hold_action:
  13.       action: none
  14.   - type: picture
  15.     image: 'https://cdn-profiles.tunein.com/s16650/images/logoq.jpg?t=152882'
  16.     tap_action:
  17.       action: call-service
  18.       service: media_player.play_media
  19.       service_data:
  20.         entity_id: media_player.pmfernandes_s_echo_dot
  21.         media_content_id: Cidade FM
  22.         media_content_type: TUNEIN
  23.   - type: picture
  24.     image: 'https://cdn-profiles.tunein.com/s81784/images/logoq.jpg'
  25.     tap_action:
  26.       action: call-service
  27.       service: media_player.play_media
  28.       service_data:
  29.         entity_id: media_player.pmfernandes_s_echo_dot
  30.         media_content_id: Rádio M80
  31.         media_content_type: TUNEIN
Add Comment
Please, Sign In to add comment