Skip to content

Releases: sven819/SharpClimateUART-ESPHome

V1.1.0

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"

V1.0.2

Choose a tag to compare

@sven819 sven819 released this 25 May 21:56

Fix ESPHome 2026.5 compatibility

V1.0.1

Choose a tag to compare

@sven819 sven819 released this 04 Nov 20:36
43d640f

What's Changed

  • fix: improved power state handling
  • fix: current temperature detection
  • add: reconnect possibility (faster connection prevents logging)
  • improvements for Bosch 8001i

V1.0.0

Choose a tag to compare

@sven819 sven819 released this 29 Oct 21:17
5e19b99

What's Changed

New Contributors

Full Changelog: https://github.com/sven819/SharpClimateUART-ESPHome/commits/V1.0.0