Describe the bug
My anemometer is giving me wind speeds in m/s to 1 decimal place, but these are not displayed correctly in the card:
The wind speed is shown rounded to an integer, but the gust speed is shown to 1 decimal place. I would expect both to be the same (preferably both 1 dp).
With no "units" section to the config, the labels on the card say "km/h", but the values displayed are actually unconverted m/s values.
With the "units" set to m/s, the reported wind speed is far too low (I suspect it is assuming the sensor is providing km/h and converting that to m/s, whereas the sensor is already providing m/s and the value therefore needs no conversion). The gust speed appears to be correct.
With the "units" set to km/h, the result appears to be the same as (2) (the value displayed is in m/s but the label says "km/h")
Expected behavior
Both wind speed and gust speed should be rounded to the same number of decimal places.
With "units" not set, the weather card should use the sensor's normal unit of measurement - the value should not be converted and the label should be correct.
With "units" set, the weather card should convert from the sensor's unit of measurement and display the correct label.
Additionally, it would be useful to support all of the normal units of measurement for wind speed sensors (which includes ft/s and knots
Desktop (please complete the following information):
Describe the bug My anemometer is giving me wind speeds in m/s to 1 decimal place, but these are not displayed correctly in the card:
Expected behavior
Desktop (please complete the following information):