Skip to content

Releases: mguyard/appdaemon-coversmanager

v2.0.0-beta.3

16 Nov 10:48
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2024-11-16)

Bug Fixes

  • Handle indoor setpoint when seasons configuration is absent (eebe9f9)
  • Set default value for temperature configuration and handle None case (22bf86d)
  • Update lux sensor comparison to handle float values correctly (f5835e1)

v2.0.0-beta.2

12 Nov 11:01
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-11-12)

Bug Fixes

  • Add config parameter to lambda when sun leave window (9b74c79)

v2.0.0-beta.1

10 Nov 18:21
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2024-11-10)

Features

  • 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

v1.5.0-beta.2

12 Oct 14:48
Compare
Choose a tag to compare
v1.5.0-beta.2 Pre-release
Pre-release

1.5.0-beta.2 (2024-10-12)

Bug Fixes

  • Update _get_indoor_setpoint method to allow None for seasons parameter (3dbc033)

v1.5.0-beta.1

12 Oct 14:40
Compare
Choose a tag to compare
v1.5.0-beta.1 Pre-release
Pre-release

1.5.0-beta.1 (2024-10-12)

Features

  • Add seasonal configuration support for indoor temperature setpoints (8c2c853)

v1.4.0

11 Aug 09:51
Compare
Choose a tag to compare

1.4.0 (2024-08-11)

Bug Fixes

  • Resolve critical issue in a log who block application loading (820adf3)
  • Resolve issue with adaptive mode conditional for outdoor sensor (9a462ff)
  • Update lambda functions to handle non-integer values when HA return None (following start for example) (181b4b4)
  • Update lambda functions to handle non-integer values when HA return unknown (following start for example) (c59eefc)
  • Update lambda functions to handle non-integer values when HA returns None or unknown (39043a2)
  • Update log message for state change callback to better understand which callback is trigger (2e3246f)

Features

  • Manage locker (global and close) for adaptive mode. (5a45554)

v1.4.0-beta.1

11 Aug 09:49
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2024-08-11)

Features

  • Manage locker (global and close) for adaptive mode. (5a45554)

v1.3.2-beta.5

12 Jun 12:06
Compare
Choose a tag to compare
v1.3.2-beta.5 Pre-release
Pre-release

1.3.2-beta.5 (2024-06-12)

Bug Fixes

  • Update lambda functions to handle non-integer values when HA returns None or unknown (39043a2)

v1.3.2-beta.4

12 Jun 11:07
Compare
Choose a tag to compare
v1.3.2-beta.4 Pre-release
Pre-release

1.3.2-beta.4 (2024-06-12)

Bug Fixes

  • Update lambda functions to handle non-integer values when HA return None (following start for example) (181b4b4)

v1.3.2-beta.3

12 Jun 10:57
Compare
Choose a tag to compare
v1.3.2-beta.3 Pre-release
Pre-release

1.3.2-beta.3 (2024-06-12)

Bug Fixes

  • Update lambda functions to handle non-integer values when HA return unknown (following start for example) (c59eefc)