Feature: new option to render the windspeed bar speedranges evenly distributed.
Currently the width of the block depends on the relative size of the speedrange.
With the new option render_relative_scale set to false (default true), the speedranges are rendered with the same size.
This option is part of the windspeed_entities configuration.
Example:
`
windspeed_entities:
- entity: sensor.wind_speed
name: Speed
speed_unit: auto
use_statistics: false
render_relative_scale: false
`