Skip to content

2024.5.0

Compare
Choose a tag to compare
@xZetsubou xZetsubou released this 26 May 21:34
· 20 commits to master since this release

note: from now on releases tags will be based on date format

Fixes

  • Fix improt_modules blocking the event loop 7d7535a
  • Fix Mass timeout errors if the device has refresh DPS interval. "workaround" 52a41d7
  • Fixes for auto configure entities b705def
  • Light: Fix error if brightness is not defined 8380743
  • Climate: Fix some devices doesn't change the hvac mode on first try fcc6911

Improvements:

  • Add support for Water Heater Platform 6e7d36a
  • Add support for IR Remote with Enum control type a797350
  • Added Stop Switch for covers that has DP act as stop switch 77a542a
  • Improve the speed of reloading integration.. 3a42a20
  • Auto configure remotes add Temperature and Humidity sensor if exists cdc1257
  • Sub-devices now updates it local_key, gateway_id if gateway changed 3d0a22d
  • Restore old states if 0 in manual DPS 8380743
  • Refactor low-power device to connection process while it sleep 8380743
  • Improve restoring entities states fafeeca
  • Improve auto configure heaters. 5c170a1
  • Now it's possible enable debug for any sub-device and not necessary to be the gateway. 4a4d67a
  • Handle climate odd devices that reports set_temp as F and current temp as C 7229afa
  • Improve auto configure climates 5880f8f

Core:

  • Refactor change values handle group requests better. 3d0a22d
  • Fix sub-devices retrieve the wrong status and takes another sub-device status. 842778d
  • Improve devices stability on receiving multi commands at once. 07fa10a
  • Improve data handler bb90383