Skip to content

Commit

Permalink
Update to open-meteo-solar-forecast 0.1.16
Browse files Browse the repository at this point in the history
Also drop the now pointless CHANGELOG.md as we now use GitHub releases.

Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 committed Jun 29, 2024
1 parent 7683879 commit 3cd7f8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
59 changes: 0 additions & 59 deletions CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ If you check the "Power Now" sensor at:

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`.

## Changes

Changes are documented in the [CHANGELOG.md](https://github.com/rany2/ha-open-meteo-solar-forecast/blob/master/CHANGELOG.md).

## Credits

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!
4 changes: 2 additions & 2 deletions custom_components/open_meteo_solar_forecast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/rany2/ha-open-meteo-solar-forecast/issues",
"requirements": ["open_meteo_solar_forecast==0.1.15"],
"version": "0.1.13"
"requirements": ["open_meteo_solar_forecast==0.1.16"],
"version": "0.1.14"
}

0 comments on commit 3cd7f8b

Please sign in to comment.