Carte de navigation

Bonjour,
je vous partage ma carte de navigation

type: vertical-stack
cards:
  - type: custom:mushroom-title-card
    title: |2-
                 {%- if now().hour < 18-%}Bonjour
                 {%- else -%}Bonsoir{%- endif -%}, {{user}}
  - type: horizontal-stack
    cards:
      - type: custom:mushroom-chips-card
        card_mod:
          style: |
            :host {
              padding-top: 10px;
              padding-left: 10px;
              padding-bottom: 25px;
              --ha-card-background: black;
            }
        chips:
          - type: action
            icon_color: gray
            tap_action:
              action: navigate
              navigation_path: Appletv
            icon: phu:apple-tv-box
            hold_action:
              action: none
          - type: action
            icon_color: red
            tap_action:
              action: navigate
              navigation_path: telecommande
            icon: mdi:remote
            hold_action:
              action: none
            double_tap_action:
              action: none
          - type: action
            icon_color: green
            tap_action:
              action: navigate
              navigation_path: spotify
            icon: mdi:spotify
          - type: action
            icon_color: amber
            hold_action:
              action: none
            double_tap_action:
              action: none
            icon: mdi:lightbulb-group
            tap_action:
              action: navigate
              navigation_path: Lumiere
        alignment: justify
  - type: horizontal-stack
    cards:
      - type: custom:mushroom-person-card
        entity: person.tony
        fill_container: true
        icon_type: entity-picture
        card_mod:
          style: |
            :host {
              padding-left:10px;
              --ha-card-background:none;
            }
      - type: custom:mushroom-person-card
        entity: person.clairlyn
        fill_container: true
        icon_type: entity-picture
        card_mod:
          style: |
            :host {
              padding-left:10px;
              --ha-card-background: none;
            }
card_mod:
  style: |
    ha-card {
      background: #1c1c1c;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 25px;
    }