Skip to content

Commit 2bdb209

Browse files
committed
Prepared a new release
1 parent 7656fcb commit 2bdb209

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

emhass/CHANGELOG.md

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

3+
## 0.13.2 - 2025-04-29
4+
### Improvement
5+
- Improved README and development documentation (@Crosenhain and @gieljnssns)
6+
- Improved forecasting and optimization classes logging (@purcell_lab)
7+
### Fix
8+
- Fixed ML Regressor for correct time zone treatment (@gieljnssns)
9+
- Fixed long standing problem to allow thermal and standard loads to be scheduled (@purcell_lab)
10+
- Fixing Missing files in python package issue (@pail23)
11+
- Fixed improper handling of home assistant API errors (@Gruek)
12+
- Remove an extraneous comma in the pd.to_datetime() method call in retrieve_hass.py (@GeoDerp)
13+
- Fixed the SettingWithCopyWarning Pandas problem and PV sensor handling when set_use_adjusted_pv is false (@paulhomes)
14+
315
## 0.13.1 - 2025-04-21
416
### Improvement
517
- Add timeout and thread configuration for different LP solvers (CBC, GLPK, COIN). Thanks to @GeoDerp

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

0 commit comments

Comments
 (0)