Quel type de carte pour capteur température + humidité?

de mon côté, j’ai décidé de changer de mise ne page :

      type: custom:stack-in-card
      mode: vertical
      keep:
        background: true
        margin: true
        outer_padding: true
      cards:
        - type: custom:mushroom-chips-card
          chips:
            - type: entity
              entity: sensor.temperature_salon
              icon_color: pink
            - type: entity
              entity: sensor.humidite_salon
              icon_color: cyan
            - type: entity
              entity: sensor.etat_batterie_salon
              icon_color: amber
          alignment: justify
        - type: custom:mini-graph-card
          height: 100
          hours_to_show: 24
          points_per_hour: 4
          hour24: true
          line_width: 4
          line_color:
            - crimson
            - dodgerblue
          decimals: 1
          entities:
            - entity: sensor.temperature_salon
              name: Température
              show_legend: true
              y_axis: secondary
            - entity: sensor.humidite_salon
              name: Humidité
              show_legend: true
          show:
            fill: true
            graph: line
            icon: false
            name: false
            state: false
            labels: true
            extrema: true
            icon_adaptive_color: false
            labels_secondary: true
2 « J'aime »