Skip to content

Commit 0bf3df7

Browse files
Prepared new release
1 parent ca94b86 commit 0bf3df7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

emhass/CHANGELOG.md

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

3+
## 0.15.2 - 2025-12-19
4+
### Improvement
5+
- Update documentation and parameter definitions for adjusted PV regression models to include all available scikit-learn options (@sokorn)
6+
- Removed device class and unit of measurement for optim status (@mime24)
7+
### Fix
8+
- Fixing some docs math mode and rearrange sections
9+
- Refactor REST API data retrieval to reuse one aiohttp ClientSession, solve issue #648 (@gieljnssns)
10+
- Change regressor parameter to estimator in forecaster
11+
- Remove warning log for runtime parameters parsing
12+
313
## 0.15.1 - 2025-12-09
414
### Fix
515
- Hot fix for thermal model semi-continuous mode and continual publish caped to 60s

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

0 commit comments

Comments
 (0)