From 1cce2609146d70904db380d01988f8045d0d6d59 Mon Sep 17 00:00:00 2001 From: Mark Parker Date: Sun, 17 Oct 2021 15:31:30 +0100 Subject: [PATCH] Fix for 2 dot version --- Readme.Md | 8 ++++++++ custom_components/wiser/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Readme.Md b/Readme.Md index e682528..eebb3ba 100755 --- a/Readme.Md +++ b/Readme.Md @@ -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 diff --git a/custom_components/wiser/manifest.json b/custom_components/wiser/manifest.json index a516860..017dc18 100755 --- a/custom_components/wiser/manifest.json +++ b/custom_components/wiser/manifest.json @@ -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"] }