Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mguyard mguyard released this 26 Nov 13:13
· 1 commit to main since this release

2.0.0 (2024-11-26)

Bug Fixes

  • Add config parameter to lambda when sun leave window (9b74c79)
  • Handle indoor setpoint when seasons configuration is absent (eebe9f9)
  • Set default value for temperature configuration and handle None case (22bf86d)
  • Update _get_indoor_setpoint method to allow None for seasons parameter (3dbc033)
  • Update lux sensor comparison to handle float values correctly (f5835e1)

Features

  • Add seasonal configuration support for indoor temperature setpoints (8c2c853)
  • Refactor adaptive configuration to allow a dedicated locker for adaptive (440fba2)

BREAKING CHANGES

  • adaptive configuration is no more in common.closing.adaptive but directly in common.adaptive with 2 parameters (enable and locker). You need to adjust your configuration to follow this change. Follow documentation please

Caution

You need to restart your AppDaemon addon.