I have this code
type: custom:expander-card
title: Recitales
icon: mdi:folder-music-outline
cards:
- type: custom:bubble-card
card_type: button
entity: script.metallica_1
button_type: switch
name: Werchter, Belgium 2022
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_1
- type: custom:bubble-card
card_type: button
entity: script.metallica_2
button_type: switch
name: Nimes, France 2009
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_2
- type: custom:bubble-card
card_type: button
entity: script.metallica_3
button_type: switch
name: Montreal, Canada 2023
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_3
- type: custom:bubble-card
card_type: button
entity: script.metallica_4
button_type: switch
name: Woodstock 99
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_4
- type: custom:bubble-card
card_type: button
entity: script.metallica_5
button_type: switch
name: Woodstock 94
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_5
- type: custom:bubble-card
card_type: button
entity: script.metallica_6
button_type: switch
name: Argentina 2017
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_6
- type: custom:bubble-card
card_type: button
entity: script.metallica_7
button_type: switch
name: Live Shit Binge & Purge - Seattle 1989
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_7
- type: custom:bubble-card
card_type: button
entity: script.metallica_7
button_type: switch
name: Live Shit Binge & Purge - San Diego 1992
tap_action:
action: call-service
service: script.turn_on
target:
entity_id: script.metallica_7
visibility:
- condition: user
users:
- 15393e7a102249fb893bccddb80f826a
and the visual result is shown in the screenshot.
I would like to display 5 buttons, and then for the rest I want them to be visible by scrolling down, because if I add more it will end up being too long.
Thanks in advance
