Breaking configuration change:
- The config for turning on the current wind direction arrow is changed.
Before: show_current_direction_arrow: true
Now:
current_direction:
show_arrow: true
arrow_size: 40
center_circle_size: 30
Refactor/fixes:
- Wind direction parsing, now automatically determines unit type. Hopefully fixes #73
- When direction can not be determined from the state, something like variable or no wind, a red circle in the center is displayed, instead of the arrow. Fixes #77
- Size of the center red circle and the arrow can be configured. Fixes #75