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

Release Stable version #52

merged 25 commits into from
Nov 26, 2024

Conversation

mguyard
Copy link
Owner

@mguyard mguyard commented Nov 26, 2024

No description provided.

mguyard and others added 25 commits October 12, 2024 14:30
…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
# [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))
@mguyard mguyard added the publish Publish new version (PR) label Nov 26, 2024
@mguyard mguyard self-assigned this Nov 26, 2024
@mguyard mguyard merged commit 40c46cf into main Nov 26, 2024
4 checks passed
@mguyard
Copy link
Owner Author

mguyard commented Nov 26, 2024

🎉 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
Labels
publish Publish new version (PR) released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants