Skip to content

Commit 1520247

Browse files
committed
Patch v0.9.1
1 parent dabeaaa commit 1520247

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

emhass/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.9.1 - 2024-05-13
4+
### Fix
5+
- Fix patch for issue with paths to modules and inverters database
6+
- Fixed code formatting, or at least trying to keep a unique format
7+
38
## 0.9.0 - 2024-05-12
49
### Improvement
510
- On this new version we now have a new method to train a regression model using Scikit-Learn methods. This is the contribution of @gieljnssns. Check the dedicated section the documentation to this new feature: [https://emhass.readthedocs.io/en/latest/mlregressor.html](https://emhass.readthedocs.io/en/latest/mlregressor.html)

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.9.0
4+
version: 0.9.1
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ flask>=2.0.3
1616
waitress>=2.1.1
1717
plotly>=5.6.0
1818
#EMHASS
19-
emhass==0.9.0
19+
emhass==0.9.1
2020
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)