FL550 / dwd_weather

Deutscher Wetterdienst integration for Home-Assistant
MIT License
194 stars 12 forks source link

`wind_speed_<location>` and `wind_gusts_<location>` sensors are quoted with inconsistent units #24

Closed nikipore closed 3 years ago

nikipore commented 3 years ago

Version of home_assistant

core-2021.3.4

Version of the custom_component

v1.2.8

Describe the bug

Both sensors declare a unit of m/s which is correct for all numeric values except for the scalar value (state) of wind_speed_<location> which is quoted in km/h (3.6 times its current forecast value quoted in m/s).

FL550 commented 3 years ago

Thanks, I'll fix this.

FL550 commented 3 years ago

This is now corrected to km/h.