github oyvindwe/connectlife-ha v0.38.0
0.38.0 Spin Cycle

6 hours ago

Highlights

  • Four new device mappings: a washer/dryer combo, a washing machine, a dryer, and a cooker hood subtype with writable light and fan control.
  • Hisense UltraSlim AC units (008-399) no longer show unknown when running in Eco mode — Eco is now exposed as a climate preset.
  • More robust beep-disable handling that no longer raises false "unsupported" repair notifications after a transient command failure.
  • New lint-time validation catches invalid hvac_mode/hvac_action values before they ship.

New devices

  • 025-1wj080837v0w (WD3S8043BW3) washer/dryer combo #535 by @oyvindwe
  • 025-1wj105051v0w (WF5S1045BW) washing machine #534 by @callmebackdraft
  • 030-1wk090106v0w (DH3S902BW3) dryer #534 by @callmebackdraft
  • 012-hood-aa-lightfeedback (ATAG/ASKO hoods with light feedback) — restores writable brightness, color temperature, and motor level as number/select entities for this variant only #537 by @Moriaantje

Improvements to existing devices

  • 025: moved Current_program_phase, Spin_speed_rpm, and temperature icons into the 025.yaml default and dropped redundant subtype overrides #541 by @oyvindwe

Bug fixes

  • Fix 008-399 AC units reporting unknown in Eco mode by aliasing raw t_work_mode: 5 to cool and exposing Eco as a selectable preset #536 by @mcanning
  • Avoid false "disable beep unsupported" repairs: only raise the repair after 3 consecutive t_beep failures, and clear stale repairs when t_beep succeeds #539 by @mcanning

General improvements

  • Validate hvac_mode/hvac_action option values at lint time — invalid values now fail validate_mappings instead of silently leaving the entity unknown. The check shares HVAC_MODE_VALUES/HVAC_MODE_ALIASES with climate.py to avoid drift #542 by @oyvindwe

Documentation improvements

  • Document that eco is an accepted display-only alias for cool (reachable via a preset) #542 by @oyvindwe
  • README: clarify that unknown entities are disabled, not hidden #543 by @oyvindwe

Contributors

The following have contributed to changes in this release — thank you very much!

Full Changelog: v0.37.0...v0.38.0

Don't miss a new connectlife-ha release

NewReleases is sending notifications on new releases.