Weather card for current conditions only?

I’m looking for a weather card for current conditions only, for the multitude of sensors offered by my Tempest weather device. Wind should have gust, lull, and average, in addition to speed and direction, for example. Is there such a card? Thanks.

Did you have any joy finding something for this?

I haven’t found anything yet.

May be achieved by a conventional weather card w/o showing a forecast, and an Entities card with all additional info:

image

type: custom:stack-in-card
cards:
  - type: weather-forecast
    entity: weather.home_gismeteo
    show_current: true
    show_forecast: false
  - type: entities
    entities:
      - sun.sun
      - sun.sun
      - sun.sun
      - sun.sun
      - sun.sun