Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Stable version #52

Merged
merged 25 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8c2c853
feat: Add seasonal configuration support for indoor temperature setpo…
mguyard Oct 12, 2024
12c8d29
doc: Resolve bad path for global locker in documentation
mguyard Oct 12, 2024
fdc82f0
refactor: Ruff valdiation
mguyard Oct 12, 2024
8874df6
Merge pull request #46 from mguyard/dev
mguyard Oct 12, 2024
89ffb64
chore(release): 1.5.0-beta.1 [skip ci]
semantic-release-bot Oct 12, 2024
3dbc033
fix: Update _get_indoor_setpoint method to allow None for seasons par…
mguyard Oct 12, 2024
a7d7533
Merge branch 'beta' into dev
mguyard Oct 12, 2024
29dc596
Merge pull request #47 from mguyard/dev
mguyard Oct 12, 2024
5345bb5
chore(release): 1.5.0-beta.2 [skip ci]
semantic-release-bot Oct 12, 2024
440fba2
feat: Refactor adaptive configuration to allow a dedicated locker for…
mguyard Nov 10, 2024
479ee6a
ci: Resolve issue with Ruff test
mguyard Nov 10, 2024
a9c017a
Merge pull request #48 from mguyard/dev
mguyard Nov 10, 2024
9464b33
chore(release): 2.0.0-beta.1 [skip ci]
semantic-release-bot Nov 10, 2024
9b74c79
fix: Add config parameter to lambda when sun leave window
mguyard Nov 12, 2024
71d47c1
Merge pull request #49 from mguyard/dev
mguyard Nov 12, 2024
a6edd0c
chore(release): 2.0.0-beta.2 [skip ci]
semantic-release-bot Nov 12, 2024
56425e9
doc: Clarify debug mode instructions in README for CoverManager app
mguyard Nov 12, 2024
0ac869f
doc: Clarify debug mode instructions in README for CoverManager app
mguyard Nov 12, 2024
97ed7d6
doc: Clarify debug mode instructions in README for CoverManager app
mguyard Nov 12, 2024
eebe9f9
fix: Handle indoor setpoint when seasons configuration is absent
mguyard Nov 12, 2024
f5835e1
fix: Update lux sensor comparison to handle float values correctly
mguyard Nov 16, 2024
22bf86d
fix: Set default value for temperature configuration and handle None …
mguyard Nov 16, 2024
99d64a5
Merge pull request #51 from mguyard/dev
mguyard Nov 16, 2024
2690cda
chore(release): 2.0.0-beta.3 [skip ci]
semantic-release-bot Nov 16, 2024
6450fe8
Update CHANGELOG.md
mguyard Nov 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# [2.0.0-beta.3](https://github.com/mguyard/appdaemon-coversmanager/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-11-16)


### Bug Fixes

* Handle indoor setpoint when seasons configuration is absent ([eebe9f9](https://github.com/mguyard/appdaemon-coversmanager/commit/eebe9f99e30abf2e4fcef8c0f075c17b21141457))
* Set default value for temperature configuration and handle None case ([22bf86d](https://github.com/mguyard/appdaemon-coversmanager/commit/22bf86dbeefdf0882c3d9487cc658de0ac34761a))
* Update lux sensor comparison to handle float values correctly ([f5835e1](https://github.com/mguyard/appdaemon-coversmanager/commit/f5835e118ae2ce83ab2ea0e304dc83008d3a1347))

> [!CAUTION]
> You need to restart your AppDaemon addon.

# [2.0.0-beta.2](https://github.com/mguyard/appdaemon-coversmanager/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-11-12)


### Bug Fixes

* Add config parameter to lambda when sun leave window ([9b74c79](https://github.com/mguyard/appdaemon-coversmanager/commit/9b74c79f9a6f65e2422da9f8f0e24656eb9e59ee))

# [2.0.0-beta.1](https://github.com/mguyard/appdaemon-coversmanager/compare/v1.5.0-beta.2...v2.0.0-beta.1) (2024-11-10)


### Features

* Refactor adaptive configuration to allow a dedicated locker for adaptive ([440fba2](https://github.com/mguyard/appdaemon-coversmanager/commit/440fba2ad1982d7d922e1e791eb2bd4fa469837b))


### 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

# [1.5.0-beta.2](https://github.com/mguyard/appdaemon-coversmanager/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2024-10-12)


### Bug Fixes

* Update _get_indoor_setpoint method to allow None for seasons parameter ([3dbc033](https://github.com/mguyard/appdaemon-coversmanager/commit/3dbc03337aa91bfe8616e63e6a2b43d555ca1d11))

# [1.5.0-beta.1](https://github.com/mguyard/appdaemon-coversmanager/compare/v1.4.0...v1.5.0-beta.1) (2024-10-12)


### Features

* Add seasonal configuration support for indoor temperature setpoints ([8c2c853](https://github.com/mguyard/appdaemon-coversmanager/commit/8c2c853f0d9f62ce934dc39f98c1f52a8a872bf4))

# [1.4.0](https://github.com/mguyard/appdaemon-coversmanager/compare/v1.3.1...v1.4.0) (2024-08-11)


Expand Down
Loading
Loading