Skip to content

Commit bf19562

Browse files
committed
Prepared a new release
1 parent 88fbf9c commit bf19562

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

emhass/CHANGELOG.md

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

3+
## 0.14.0 - 2025-11-15
4+
### Improvement
5+
- Add InfluxDB integration for enhanced historical data retrieval (@scrusberghs)
6+
- Added SSL feature for InfluxDB (@sokorn)
7+
- Feature to export influxdb to csv file (@scrusberghs)
8+
- Improvements to timezone handling and testing, use ISO8601 date format (@Crosenhain)
9+
- Reduce severity of logged Open Meteo `forecast_days` minimum override message (@paulhomes)
10+
### Fix
11+
- Fix to InfluxDB query to avoid TypeError: Cannot compare tz-naive and tz-aware timestamps (@Jahper)
12+
- Fix InfluxDB future data query and `use_influxdb` parameter type (@scrusberghs)
13+
- Resolve time zone handling issues across daylight savings changes (@Squazel)
14+
- Fix `forecast.py` to align CSV data with prediction window (@nielskool)
15+
- Fix for `pytz.exceptions.NonExistentTimeError` with Open Meteo weather source during DST change (@paulhomes)
16+
- Fix decimal precision for `unit_load_cost` and `unit_prod_price` sensors (@scrusberghs)
17+
318
## 0.13.5 - 2025-09-19
419
### Improvement
520
- Use SVG render mode for Plotly figures (@Crosenhain)

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

0 commit comments

Comments
 (0)