Skip to content

Releases: home-assistant-libs/forecast_solar

v5.0.0

21 Feb 21:49
c95b5ec

Choose a tag to compare

What's changed

🚨 Breaking changes

✨ New features

🧰 Maintenance

⬆️ Dependency updates

97 changes
Read more

v4.2.0

08 May 17:02
d510101

Choose a tag to compare

What's changed

🐛 Bug fixes

  • #189 Remove an outdated IPv6 workaround related to DNS resolution @bdraco

⬆️ Dependency updates

15 changes

Full Changelog: v4.1.0...v4.2.0

v4.1.0

04 Apr 13:48
96a76a5

Choose a tag to compare

What's changed

🐛 Bug fixes

  • #170 Fix rate limit check to only update ratelimit on successful response @klaasnicolaas

🧰 Maintenance

⬆️ Dependency updates

45 changes

Full Changelog: v4.0.0...v4.1.0

v4.0.0

15 Nov 12:23
e19f2e7

Choose a tag to compare

What's changed

This release consists of a complete refactor of the package, including the entire development stack and github actions.

Please note that the package will now request data using UTC time and no longer local time (with iso8601).

./Klaas

🚨 Breaking changes

✨ New features

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

60 changes

Full Changelog: v3.1.0...v4.0.0

v3.1.0

08 Apr 11:11
5414718

Choose a tag to compare

What's changed

✨ New features

🚀 Enhancements

🧰 Maintenance

Full Changelog: 3.0.0...v3.1.0

v3.0.0

23 Apr 18:06
64e570d

Choose a tag to compare

What’s changed

🚨 Breaking changes

✨ New features

🐛 Bug fixes

  • #37 Fix #31 energy_current_hour will show wrong value with paid subscription @koleo9am

🧰 Maintenance

v2.3.0

14 Sep 18:33
d449150

Choose a tag to compare

What’s changed

✨ New features

v2.2.0

16 Mar 20:06
71ab5ec

Choose a tag to compare

What’s changed

✨ New features

🐛 Bug fixes

🧰 Maintenance

v2.1.0

23 Aug 20:50
84789e6

Choose a tag to compare

What’s changed

✨ New features

📚 Documentation

v2.0.0

21 Jul 17:53
ea9166d

Choose a tag to compare

🚨 Breaking changes

  • #12 #13 This library now represents all data as-is from the API. It will no longer change timezones to UTC and it will no longer change all values from W to kW.

See the Estimate class for the latest properties and methods.

✨ New features

  • #13 Added new helpers on the Estimate class to get sum of energy or power at a specific time. This replaces hardcoded properties
  • #12 Rate limit information is now available on the SolarForecast object
  • #9 New exceptions @klaasnicolaas

🐛 Bug fixes