Lovelace: mini graph card

Yes, only the initial entity’s state is displayed by default but you can use the show_state entity option to display additional states.

- type: custom:mini-graph-card
  entities:
    - entity: sensor.temperature
    - entity: sensor.humidity
      show_state: true
1 Like