From 0b1adf50b2db5f1abec6f95eb59d4f88747d8a67 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Thu, 19 Oct 2023 21:12:31 +0200 Subject: [PATCH] Prepared new release v0.4.1 --- emhass/CHANGELOG.md | 12 ++++++++++++ emhass/config.yml | 2 +- emhass/requirements.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index f2cc783..f2fc1f6 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.1] - 2023-10-19 +Improvements and fixes following update of EMHASS code v0.5.1 +### Improvement +- Improved documentation, thanks to @g1za +- Bumped skforecast to 0.10.1 +- Added a new initial script for exploration of time series clustering. This will one day replace the need to configure the house load sensor with substracted deferrable load consumption +### Fix +- Updated automated tesing, dropped support for Python 3.8 +- Patched config for bad hour formatting preventing add-on to start, thanks to @jatty + ## [0.4.0] - 2023-09-03 Improvements and fixes following update of EMHASS code v0.5.0 ### Improvement @@ -488,6 +498,8 @@ The new machine learning forecast module is here! Check the updated documentatio [0.3.14]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.14 [0.3.15]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.15 [0.3.16]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.3.16 +[0.4.0]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.4.0 +[0.4.1]: https://github.com/davidusb-geek/emhass-add-on/releases/tag/v0.4.1 # Notes All notable changes to this project will be documented in this file. diff --git a/emhass/config.yml b/emhass/config.yml index ea85f60..872b7a1 100644 --- a/emhass/config.yml +++ b/emhass/config.yml @@ -1,7 +1,7 @@ name: EMHASS description: Energy Management for Home Assistant url: https://github.com/davidusb-geek/emhass -version: 0.4.0 +version: 0.4.1 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index e5b7ce7..a767669 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -13,5 +13,5 @@ skforecast==0.9.1 flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 -emhass==0.5.0 +emhass==0.5.1 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file