Releases: aukedejong/lovelace-windrose-card
Releases · aukedejong/lovelace-windrose-card
Fix top overflow error.
Top overflow error, fixes #131
Only visible when title is not used.
Config check speed ranges
Fixes:
- Config check for conflicting speed range configurations
- When the average wind speed is zero, first dynamic speed range was not selected.
- Readme errors corrected
- When using log_measurement_counts, also log average wind speed.
Long-term statistics and fixes
Version 1.15.0
Features:
- Statistics period can be configured. Long-term statistics can now be used by te card.
- The windspeed unit can be auto determined for weather entity's. Reading attribute wind_speed_unit. Fixes #129
- When the windspeed unit can not be auto determined, an error message will be display on the card. Fixes #129
- Measurement and match statistics can be logged to the console (F12), set this property to true: log_measurement_counts in data_period.
In a future release these stats and counts can be displayed on the card.
Fix: windrose circle placement fix.
Fix: windrose circle rendered in the right place now, when not using center calm speed.
Version 1.14.0 changes again:
Features:
- Attribute support for compass, corner info, wind direction and wind speed entities.
- Improved feedback about configuration errors in the card. Before some error where only reported in the browsers console.
- Added paragraph about data retention in the readme.
Attribute support!
Version 1.14.0
Features:
- Attribute support for compass, corner info, wind direction and wind speed entities.
- Improved feedback about configuration errors in the card. Before some error where only reported in the browsers console.
- Added paragraph about data retention in the readme.
FullTime matching strategy bug fixed.
Fix: FullTime matching strategy bug fixed.
Direction label customisation options
v1.13.0
Features:
- Intercardinal and secondary intercardinal direction labels can be displayed.
- Labels based on the four direction letters or custom values for all 16 directions.
- Colors and sizes adjustable, per direction group: cardinal, intercardinal en secondary intercardinal.
Fixes: - Updates and cleanup libraries/dependencies used by the card.
Possibly fixes the Failed to execute 'define' on 'CustomElementRegistry' errors some people get.
Fix: no current wind direction animation on interval refresh.
v1.12.8
Fix:
- Only animate current wind direction indicator when it's state changes, not when windrose is redrawn or on initial render. Fixes #115
Fix Beaufort speed range when using kph.
Fix: 1 Beaufort kph speed limit fix, should be 0 to 1 kph.