Bubble Card Probleme

Hallo an alle, ich taste mich gerade in das Bubble Card Thema. Bei mir wird kein Name des PopUps angezeigt als auch schließt es sich sofort ich es öffne . Was mach ich falsch? LG Philipp


views:
  - title: Home
    sections:
      - type: grid
        cards:
          - type: heading
            heading: Neuer Abschnitt
            heading_style: title
          - type: custom:bubble-card
            card_type: horizontal-buttons-stack
            1_link: '#tesla'
            1_icon: mdi:air-filter
            1_name: Tesla
            2_link: '#energie'
            2_name: 'Energie '
            2_icon: mdi:lightning-bolt
      - type: grid
        cards:
          - type: heading
            heading: Neuer Abschnitt
          - type: horizontal-stack
            cards:
              - type: custom:bubble-card
                card_type: pop-up
                hash: '#tesla'
                name: Tesla
                icon: mdi:air-conditioner
                auto_close: ''
                button_type: switch
                show_last_changed: false
                show_state: false
                force_icon: true
                show_name: false
                show_attribute: false
                card_layout: normal
                show_header: true
                scrolling_effect: true
                show_icon: true
                close_by_clicking_outside: false
                close_on_click: true
                bg_blur: '10'
                bg_color: 0.0.0
                slide_to_close_distance: '400'
                tap_action:
                  action: toggle
              - type: custom:bubble-card
                card_type: pop-up
                hash: '#tesla'
                button_type: switch
                entity: binary_sensor.lenard_status
                icon: mdi:account-plus
                force_icon: true
                show_state: true
                show_name: false
                show_last_changed: true
                auto_close: '150000'
                name: Tdddd
                show_header: true
          - type: horizontal-stack
            cards:
              - type: custom:bubble-card
                card_type: pop-up
                hash: '#energie'
                button_type: switch
                entity: switch.computer_sockel_1
                name: 'Computer '
                force_icon: true
                show_name: true
                show_state: true
                auto_close: '1500000'
                close_by_clicking_outside: false
      - type: grid
        cards:
          - type: heading
            heading: Neuer Abschnitt