Skip to content

Commit f3a7f7b

Browse files
committed
Prepared a new version
1 parent b5583da commit f3a7f7b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

emhass/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.10.4 - 2024-07-10
4+
### Improvement
5+
- Added a new thermal modeling, see the new section in the documentation for help to implement this of model for thermal deferrable loads
6+
- Improved documentation
7+
38
## 0.10.3 - 2024-07-06
49
### Improvement
510
- Added improved support for `def_start_penalty` option

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.10.3
4+
version: 0.10.4
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ flask>=2.0.3
1616
waitress>=2.1.1
1717
plotly>=5.6.0
1818
#EMHASS
19-
emhass==0.10.3
19+
emhass==0.10.4
2020
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)