Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Releases: mguyard/appdaemon-coversmanager

v2.2.0-beta.1

v2.2.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 19 Sep 10:44

2.2.0-beta.1 (2025-09-19)

Features

  • config: ✨ Set default value for position in OpeningConfig and ClosingConfig (f4d02a6), closes #60

v2.1.0

Choose a tag to compare

@mguyard mguyard released this 18 Sep 07:03

2.1.0 (2025-09-18)

Bug Fixes

  • covers_manager: ✨ Fix logging to use friendly names for covers (8be2b72)

Features

  • Add bypass option for global locker in closing configuration and update logging levels (584f108)
  • Add seasonal position configuration for opening and closing - Issue #55. Include also fix for unpositional covers for closing. ATTENTION : Need to restart AppDaemon Addon to avoid errors (5bd9721)
  • Allow support of input_boolean on locker entity (in addition of binary_sensor) - Issue #54. ATTENTION : Need to restart AppDaemon Addon to avoid errors (a4e9341)

v2.1.0-beta.3

v2.1.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 30 May 11:03

2.1.0-beta.3 (2025-05-30)

Bug Fixes

  • covers_manager: ✨ Fix logging to use friendly names for covers (8be2b72)

v2.1.0-beta.2

v2.1.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 21 Dec 16:18

2.1.0-beta.2 (2024-12-21)

Features

  • Add bypass option for global locker in closing configuration and update logging levels (584f108)

v2.1.0-beta.1

v2.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 30 Nov 14:52

2.1.0-beta.1 (2024-11-30)

Features

  • Add seasonal position configuration for opening and closing - Issue #55. Include also fix for unpositional covers for closing. ATTENTION : Need to restart AppDaemon Addon to avoid errors (5bd9721)
  • Allow support of input_boolean on locker entity (in addition of binary_sensor) - Issue #54. ATTENTION : Need to restart AppDaemon Addon to avoid errors (a4e9341)

Caution

You need to restart your AppDaemon addon.

v2.0.0

Choose a tag to compare

@mguyard mguyard released this 26 Nov 13:13

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.

v2.0.0-beta.3

v2.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 16 Nov 10:48

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

v2.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 12 Nov 11:01

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

v2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 10 Nov 18:21

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

v1.5.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@mguyard mguyard released this 12 Oct 14:48

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

Bug Fixes

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