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 65a3beb commit f72247aCopy full SHA for f72247a
emhass/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.6.3] - 2024-02-04
4
+### Fix
5
+- Fixed broken build params method. Reverting back to alternate PR from @GeoDerp
6
+
7
## [0.6.2] - 2024-02-04
8
Following update of EMHASS code v0.7.3
9
### Fix
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.2
+version: 0.6.3
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.3
+emhass==0.7.4
18
#git+https://github.com/davidusb-geek/emhass
0 commit comments