-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ints Adding new setpoint parameters (config.common.temperature.indoor.seasons). Example : CoversManager: config: common: seasons: sensor.season temperature: indoor: seasons: spring: setpoint: 23 summer: setpoint: 23 autumn: setpoint: 23 winter: setpoint: 23 setpoint: 23 Global setpoint is still here as default value if no seasons are configured or not the actual season
from config.locker to config.common.locker Was only a documentation error, locker was since first version in config.common.locker
feat: Add seasonal configuration support for indoor temperature setpoints
# [1.5.0-beta.1](v1.4.0...v1.5.0-beta.1) (2024-10-12) ### Features * Add seasonal configuration support for indoor temperature setpoints ([8c2c853](8c2c853))
fix: Update _get_indoor_setpoint method to allow None for seasons par…
# [1.5.0-beta.2](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](3dbc033))
… adaptive BREAKING CHANGE: 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
feat: Refactor adaptive configuration to allow a dedicated locker for…
# [2.0.0-beta.1](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](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
fix: Add config parameter to lambda when sun leave window
# [2.0.0-beta.2](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](9b74c79))
…case WARNING : Need to restart AppDaemon container
New beta version
# [2.0.0-beta.3](v2.0.0-beta.2...v2.0.0-beta.3) (2024-11-16) ### Bug Fixes * Handle indoor setpoint when seasons configuration is absent ([eebe9f9](eebe9f9)) * Set default value for temperature configuration and handle None case ([22bf86d](22bf86d)) * Update lux sensor comparison to handle float values correctly ([f5835e1](f5835e1))
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.