Mushroom Chip template

Salut @nZAngel

Tu peux tester ça :

type: vertical-stack
cards:
  - type: custom:mushroom-title-card
    title: NAS Family - Backup
  - type: custom:mushroom-chips-card
    chips:
      - type: template
        entity: sensor.nas_family_volume_1_status
        icon_color: |-
          {% if is_state('sensor.nas_family_volume_1_status', 'normal') %}
            green
          {% else %}
            red
          {% endif %}
        content: |-
          {{ states('sensor.nas_family_volume_1_status') }}
        icon: mdi:checkbox-marked-circle-outline
      - type: entity
        entity: sensor.nas_family_volume_1_volume_used
        use_entity_picture: true
      - type: entity
        entity: sensor.dsm7_backup_volume_1_status
      - type: entity
        entity: sensor.dsm7_backup_volume_1_volume_used