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

Fix for 2 dot version #164

Merged
merged 1 commit into from
Oct 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions Readme.Md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,14 @@ Special thanks to all the contributors to this project. Special shout to
Moving forward (post 1.9) there will be two primary branches, `master` and `dev` . Master will be the primary "production" branch and "dev" will be the branch used for development. Other branches will likely exist where we build code into and then merge into dev, which in turn gets merged into master when all is good and dandy.

# Change log
- 2.6beta5
* Amended manifest version to include 2 dot notation
* Fixed label issue on config for setpoint mode
- 2.6beta4
* Fixed issue caused by removal of ruamel.yaml from core
* Added last updated attribute to wiserhub sensor
- 2.6beta3
* Added setpoint mode to allow boosting on temp change instead of setting temp until next scheduled event
- 2.6beta
* Added version to manifest.json
* When cancelling boost the setpoint is returned correctly
Expand Down
2 changes: 1 addition & 1 deletion custom_components/wiser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"documentation": "https://github.com/asantaga/wiserHomeAssistantPlatform/blob/master/Recipes.md",
"dependencies": [],
"codeowners": ["@asantaga", "@msp1974"],
"version": "2.6",
"version": "2.6.5",
"requirements": ["wiser-heating-api==1.0.10.0", "ruamel.yaml==0.15.100"]
}