aukedejong / lovelace-windrose-card

Home Assistant Lovelace Windrose Card
60 stars 2 forks source link

Can you edit and give an example how to get gust scale visible? #52

Closed CT2HUU closed 2 months ago

CT2HUU commented 5 months ago

Can you edit and give an example how to get gust scale visible? Great card, thanks!

aukedejong commented 3 months ago

You need a second entity for the gust wind speeds. Add this entity to the windspeed list:

windspeed_entities:
  - entity: sensor.wind_speed_average
    name: Average
  - entity: sensor.wind_speed_gust
    name: Gust

If this answers your question, please let me know.