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 3f14440 commit b5583daCopy full SHA for b5583da
emhass/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.10.3 - 2024-07-06
4
+### Improvement
5
+- Added improved support for `def_start_penalty` option
6
+- Improved documentation
7
+
8
## 0.10.2 - 2024-07-06
9
### Improvement
10
- Weather forecast caching and Solcast method fix by @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.10.2
+version: 0.10.3
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.10.2
+emhass==0.10.3
20
#git+https://github.com/davidusb-geek/emhass
0 commit comments