Skip to content

Commit 3cee0b2

Browse files
committed
Update to open-meteo-solar-forecast 0.1.16
Also drop the now pointless CHANGELOG.md as we now use GitHub releases. Signed-off-by: rany <[email protected]>
1 parent 7683879 commit 3cee0b2

File tree

3 files changed

+2
-65
lines changed

3 files changed

+2
-65
lines changed

Diff for: CHANGELOG.md

-59
This file was deleted.

Diff for: README.md

-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ If you check the "Power Now" sensor at:
6969

7070
Notice that the power sensor picks the last known value until the next update, not necessarily the closest value. Also, the power sensors are not interpolated, so the "Power Now" sensor will not show ~`150` W at `12:07`.
7171

72-
## Changes
73-
74-
Changes are documented in the [CHANGELOG.md](https://github.com/rany2/ha-open-meteo-solar-forecast/blob/master/CHANGELOG.md).
75-
7672
## Credits
7773

7874
The [forecast_solar component code](https://github.com/home-assistant/core/tree/dev/homeassistant/components/forecast_solar) was used as a base for this integration. Thanks for such a clean starting point!

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.15"],
11-
"version": "0.1.13"
10+
"requirements": ["open_meteo_solar_forecast==0.1.16"],
11+
"version": "0.1.14"
1212
}

0 commit comments

Comments
 (0)