diff --git a/emhass/CHANGELOG.md b/emhass/CHANGELOG.md index 64845a7..74d3f5f 100644 --- a/emhass/CHANGELOG.md +++ b/emhass/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.6.1] - 2024-02-04 +Following update of EMHASS code v0.7.3 +### Fix +- Fixed bug when booleans, solving "perform_backtest": "false" has no effect +- Refactored util.py method to handle optional parameters +- Updated web server, solving runtime issues +- Solved issue passing solcast and solar.forecast runtime params +- Updated documentation requirements + ## [0.6.1] - 2024-01-30 Patched new version with bug fixes on ptahs and missing list types diff --git a/emhass/config.yml b/emhass/config.yml index 19a51d3..bdf9f3b 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.6.1 +version: 0.6.2 slug: emhass arch: - aarch64 diff --git a/emhass/requirements.txt b/emhass/requirements.txt index 37d6778..917f885 100644 --- a/emhass/requirements.txt +++ b/emhass/requirements.txt @@ -14,5 +14,5 @@ skforecast==0.11.0 flask>=2.0.3 waitress>=2.1.1 plotly>=5.6.0 -emhass==0.7.2 +emhass==0.7.3 #git+https://github.com/davidusb-geek/emhass \ No newline at end of file