Skip to content

Commit 7683879

Browse files
committed
Bump ha-open-meteo-solar-forecast version to 0.1.13
Signed-off-by: rany <[email protected]>
1 parent c6c23be commit 7683879

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
v0.1.13
4+
5+
- Re-add cloud cover compensation code with some fixes.
6+
- Make the remaining energy today sensor use 15-minutely watt data instead of hourly data.
7+
38
v0.1.12
49

510
- Sort integration's `manifest.json` to pass hassfest validation. This is required for submission to the Home Assistant Community Store's default repo.

Diff for: custom_components/open_meteo_solar_forecast/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"integration_type": "service",
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/rany2/ha-open-meteo-solar-forecast/issues",
10-
"requirements": ["open_meteo_solar_forecast==0.1.14"],
11-
"version": "0.1.12"
10+
"requirements": ["open_meteo_solar_forecast==0.1.15"],
11+
"version": "0.1.13"
1212
}

0 commit comments

Comments
 (0)