If you like this integration, please star this repo to show your appreciation - it makes me very happy!
Changes:
- Support the new Home Assistant weather forecast service, see https://www.home-assistant.io/blog/2023/09/06/release-20239/#weather-forecast-service
Important notes:
- This version requires Home Assistant version
2023.9
(or newer) https://www.home-assistant.io/blog/2023/09/06/release-20239/ It supports daily weather forecasts, and the others (Hourly and Twice daily) are not supported. - The
forecast
attribute is no longer available, so you need to update your automations, see this thread with examples; #87 (comment) If you want to keep the attribute until HA phases it out completely, you should stick with version1.5.0
.
What's Changed
- Fix code smells by @golles in #84
- Update pip requirement from <23.2,>=21.0 to >=21.0,<23.3 by @dependabot in #86
- 2023.8.0 preps by @golles in #88
- Bump actions/checkout from 3 to 4 by @dependabot in #92
- Remove deprecated
forecast
and implementasync_forecast_daily
by @golles in #91
Full Changelog: 1.5.0...1.6.0