Instantly share code, notes, and snippets.
Created
April 9, 2020 22:01
-
Star
2
(2)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save Snipercaine/17a5c2088a1a7a0317a0d842592c4287 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cards: | |
- artwork: cover | |
entity: media_player.justin_s_echo_show | |
hide_power: true | |
tts: | |
entity_id: media_player.justin_s_echo_show | |
platform: alexa | |
type: 'custom:mini-media-player' | |
- cards: | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:guitar-electric' | |
name: Chicago | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: peter cetera radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:guitar-acoustic' | |
name: Country | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: 90s country radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:violin' | |
name: Lindsay | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: lindsay sterling radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:balloon' | |
name: Kidz Bop | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: kids bop kids radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
type: horizontal-stack | |
- cards: | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:piano' | |
name: Piano | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.justin_s_echo_show | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: cannon in D radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:cow' | |
name: Outlaw | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: outlaw country radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:guitar-acoustic' | |
name: Elvis | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: songs by Elvis Presley | |
media_content_type: SPOTIFY | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:account-group' | |
name: Sunday | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: lds hyms of worship radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
type: horizontal-stack | |
- cards: | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:island' | |
name: Musicals | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.justin_s_echo_show | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: broadway musicals radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:castle' | |
name: Disney | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: disney radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:space-invaders' | |
name: 80s | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.play_media | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: 80s pop radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
- entity: media_player.justin_s_echo_show | |
icon: 'mdi:gift-outline' | |
name: Holiday | |
show_state: false | |
tap_action: | |
action: call-service | |
service: media_player.justin_s_echo_show | |
service_data: | |
entity_id: media_player.justin_s_echo_show | |
media_content_id: kids christmas radio | |
media_content_type: PANDORA | |
type: 'custom:button-card' | |
type: horizontal-stack | |
type: vertical-stack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment