diff --git a/config/lovelace/decluttering_templates/v3/v3_media_with_controls.yaml b/config/lovelace/decluttering_templates/v3/v3_media_with_controls.yaml index adbcd2e..2dae757 100644 --- a/config/lovelace/decluttering_templates/v3/v3_media_with_controls.yaml +++ b/config/lovelace/decluttering_templates/v3/v3_media_with_controls.yaml @@ -98,6 +98,18 @@ v3_media_with_controls: playlist: "Songs for a Romantic Evening" shuffle: true volume_level: 0.1 + - type: custom:button-card + template: v3_pill + entity: script.music_play + name: Jazz + icon: mdi:music + tap_action: + action: call-service + service: script.music_play + service_data: + playlist: "Smooth Romantic Evening" + shuffle: true + volume_level: 0.1 - type: custom:button-card template: v3_pill entity: script.music_play diff --git a/config/lovelace/hallway_dashboard/at_home_dashboard.yaml b/config/lovelace/hallway_dashboard/at_home_dashboard.yaml index eb1a58d..f546053 100644 --- a/config/lovelace/hallway_dashboard/at_home_dashboard.yaml +++ b/config/lovelace/hallway_dashboard/at_home_dashboard.yaml @@ -318,6 +318,18 @@ card: playlist: "Songs for a Romantic Evening" shuffle: true volume_level: 0.1 + - type: custom:button-card + template: v3_xs_button + entity: script.music_play + name: Jazz + icon: mdi:music + tap_action: + action: call-service + service: script.music_play + service_data: + playlist: "Smooth Romantic Evening" + shuffle: true + volume_level: 0.1 - type: custom:button-card template: v3_xs_button entity: script.music_play diff --git a/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml b/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml index f3637fb..6e9e6c0 100644 --- a/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml +++ b/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml @@ -308,6 +308,18 @@ card: playlist: "Songs for a Romantic Evening" shuffle: true volume_level: 0.1 + - type: custom:button-card + template: v3_xs_button + entity: script.music_play + name: Jazz + icon: mdi:music + tap_action: + action: call-service + service: script.music_play + service_data: + playlist: "Smooth Romantic Evening" + shuffle: true + volume_level: 0.1 - type: custom:button-card template: v3_xs_button entity: script.music_play