Skip to content

Commit

Permalink
Prepared new release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Oct 19, 2023
1 parent 6e118f4 commit 0b1adf5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion emhass/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b1adf5

Please sign in to comment.