Lovelace Windrose Card

Released version 1.11.4

Fixes:

  • Text position error on Safari/MacOS/iOS, Tspan was added by the SVG library, causing padding issues.
1 Like

I had noticed that S cardinal is being cut off by the box padding / boundary and still present on 1.11.4 Chrome

Edit 1: The compass card is now history!

image

I can reproduce this only in a Sections view. You are also using the sections view?
Need to investigate this one. Can you open an issue in GitHub?
Thanks.

1 Like

Released version 1.11.5

  • Entity check code, revert to previous method.

The other method seams to fail for some entities.

1 Like

Hmm where is my mistake? My data comes from weather underground
grafik

Some special entity config required for the WindRoseCard?

The same Entity works in the compass card:

grafik

Config should be something like this:

wind_direction_entity:
  entity: sensor.wind_direction
  direction_letters: NOZWX
  use_statistics: false
  direction_compensation: 0

Released version 1.11.6

Fixes:

  • Margin calculation when speedbars are hidden. Fixes #97
  • Background image position fixed when using longer cardinal direction labels.
  • Small fix in measurement matching
1 Like