Skip to content

V1.1.0

Latest

Choose a tag to compare

@sven819 sven819 released this 05 Jun 19:56
65d8229

What's Changed

  • Refactor Sharp AC component for improved readability and maintainability by @sven819 in #19
  • Fix/unknown frame by @sven819 in #20

Full Changelog: V1.0.2...V1.1.0

Warning

Release Warning (Breaking Change): Vane config structure changed

Starting with this release, vane must be configured as an object with horizontal and vertical child objects.
Older flat keys are no longer supported.

Old (deprecated):

vane:
  horizontal_vane_name: "Horizontal Vane"
  vertical_vane_name: "Vertical Vane"

New (required):

vane:
  horizontal:
    name: "Horizontal Vane"
  vertical:
    name: "Vertical Vane"