Titre séparés

type: custom:stack-in-card
mode: vertical
cards:
  - type: horizontal-stack
    cards:
      - type: custom:button-card
        tap_action:
          action: none
        styles:
          card:
            - font-size: 20px
            - font-family: Kalam
            - padding-top: 10px
            - padding-bottom: 0px
        name: Pièce de vie
  - type: horizontal-stack
    cards:
      - type: entities
        entities:
          - type: divider
        style: |
          ha-card {
            margin-top: -5px;
            margin-bottom: 10px
          }
  - type: horizontal-stack
    cards:
      - type: custom:button-card
        tap_action:
          action: none
        styles:
          card:
            - font-size: 22px
            - padding-top: 0px
            - padding-bottom: 0px
            - font-family: Kalam
            - background: rgb(190,4,84)
            - background: >-
                radial-gradient(circle, rgba(190,4,84,1) 0%, rgba(188,27,193,0)
                100%)
            - '--keep-background': true
        style: |
          ha-card {
            --ha-card-background: none;
            margin-bottom: 10px
          }
        name: Salon
  - type: horizontal-stack
    cards:
      - type: button
        entity: light.ambiance
        name: Spots
        icon: mdi:lightbulb-spot
      - type: button
        entity: light.ambiance
        name: Ambiance
        icon: mdi:lamp
      - type: button
        entity: light.ambiance
        name: Ambiance2
        icon: mdi:lamp
      - type: button
        entity: switch.pcbureau
        name: PC
        icon: mdi:desktop-classic