We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72247a commit 679160aCopy full SHA for 679160a
emhass/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.6.4] - 2024-02-04
4
+### Fix
5
+- Following new patch on "perform_backtest": "false" has no effect
6
+
7
## [0.6.3] - 2024-02-04
8
### Fix
9
- Fixed broken build params method. Reverting back to alternate PR from @GeoDerp
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.3
+version: 0.6.4
slug: emhass
arch:
- aarch64
emhass/requirements.txt
@@ -14,5 +14,5 @@ skforecast==0.11.0
14
flask>=2.0.3
15
waitress>=2.1.1
16
plotly>=5.6.0
17
-emhass==0.7.4
+emhass==0.7.5
18
#git+https://github.com/davidusb-geek/emhass
0 commit comments