Skip to content

Commit 0d4ccf1

Browse files
committed
Prepared new release v0.12.8
1 parent 0be7307 commit 0d4ccf1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

emhass/CHANGELOG.md

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

3+
## 0.12.8 - 2025-02-27
4+
### Improvement
5+
- Added a new method for weather forecast: open-meteo. This offers a very nice API to obtain weather forecasts. We are dropping the old scrapper method, if you were using the scapper method you just need to change the Weather forecast method to open-meteo
6+
- Added support to `device_class` definition when posting sensors to HA. Thanks to @paulhomes for this contribution
7+
- Improved github workflow Python testing
8+
- Updated documentation
9+
### Fix
10+
- Fixed TZ shift issue when using the typical load power forecaster
11+
312
## 0.12.7 - 2025-02-16
413
### Improvement
514
- A first batch of improvements (code reliability) proposed by SonarQube

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

0 commit comments

Comments
 (0)