File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.1] - 2024-02-04
4+ Following update of EMHASS code v0.7.3
5+ ### Fix
6+ - Fixed bug when booleans, solving "perform_backtest": "false" has no effect
7+ - Refactored util.py method to handle optional parameters
8+ - Updated web server, solving runtime issues
9+ - Solved issue passing solcast and solar.forecast runtime params
10+ - Updated documentation requirements
11+
312## [ 0.6.1] - 2024-01-30
413Patched new version with bug fixes on ptahs and missing list types
514
Original file line number Diff line number Diff line change 11name : EMHASS
22description : Energy Management for Home Assistant
33url : https://github.com/davidusb-geek/emhass
4- version : 0.6.1
4+ version : 0.6.2
55slug : emhass
66arch :
77 - aarch64
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ skforecast==0.11.0
1414flask >= 2.0.3
1515waitress >= 2.1.1
1616plotly >= 5.6.0
17- emhass == 0.7.2
17+ emhass == 0.7.3
1818#git+https://github.com/davidusb-geek/emhass
You can’t perform that action at this time.
0 commit comments