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 afa08d0 commit 73b259aCopy full SHA for 73b259a
emhass/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.8.6 - 2024-04-07
4
+### Fix
5
+- Fixed bug from forecast out method related to issue 240
6
+- Fix patch for some issues with package file paths
7
+
8
## 0.8.5 - 2024-04-01
9
### Improvement
10
- Simplified fetch urls to relatives
emhass/config.yml
@@ -1,7 +1,7 @@
name: EMHASS
description: Energy Management for Home Assistant
url: https://github.com/davidusb-geek/emhass
-version: 0.8.5
+version: 0.8.6
slug: emhass
arch:
- aarch64
emhass/requirements.txt
@@ -16,5 +16,5 @@ flask>=2.0.3
16
waitress>=2.1.1
17
plotly>=5.6.0
18
#EMHASS
19
-emhass==0.8.5
+emhass==0.8.6
20
#git+https://github.com/davidusb-geek/emhass
0 commit comments