Skip to content

Commit 9199f46

Browse files
Prepared a new patched release
1 parent b2206f6 commit 9199f46

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

emhass-test/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ slug: emhass-test
66
arch:
77
- aarch64
88
- amd64
9-
- armhf
10-
- armv7
9+
# - armhf
10+
# - armv7
1111
image: "ghcr.io/davidusb-geek/emhass" #set if use image container repository
1212
ports:
1313
5000/tcp: 5000

emhass/CHANGELOG.md

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

3+
## 0.15.1 - 2025-12-09
4+
### Fix
5+
- Hot fix for thermal model semi-continuous mode and continual publish caped to 60s
6+
37
## 0.15.0 - 2025-12-09
48
### Improvement
59
- Added support for async emhass code (@gieljnssns)

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: v0.15.0 #set if use image container version
4+
version: v0.15.1 #set if use image container version
55
slug: emhass
66
arch:
77
- aarch64

0 commit comments

Comments
 (0)