Releases: sven819/SharpClimateUART-ESPHome
Releases · sven819/SharpClimateUART-ESPHome
Release list
V1.1.0
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"