aukedejong / lovelace-windrose-card

Home Assistant Lovelace Windrose Card
82 stars 3 forks source link

Gust Windspeed Entity not available #48

Closed DavidWicks closed 10 months ago

DavidWicks commented 10 months ago

The graphic in the example shows a vertical bar showing the windspeed gust.

It appears as though this entity setting is not available ?

aukedejong commented 10 months ago

Hi David,

Thie gust windspeed in the example uses data from a second windspeed entity.

Below an example configuration:

windspeed_entities:
  - entity: sensor.wind_speed
     name: Average
  - entity: sensor.wind_gust_speed
    name: Gust

Hope this helps.

DavidWicks commented 10 months ago

Hi,

Thanks for the reply.

I have it working.