Skip to content

Releases: golles/ha-knmi

v3.0.5

10 Feb 09:53
0ff582d

Choose a tag to compare

Thank you for using the KNMI integration! If you find it helpful, please consider starring the repository. ⭐️

What's Changed

Bug fixes

  • Fix: Detected code that relies on ContextVar @golles (#286)

Enhancements

Maintenance

  • Move libraries that are needed to run HA into a dependency-group @golles (#280)
  • Revert "Update mcr.microsoft.com/devcontainers/python Docker tag to v3.14" @golles (#298)
  • Add a comment to issue when the API issue label is added @golles (#322)
  • Improve setup_env.sh @golles (#325)
  • Update license.yaml @golles (#326)

Dependency updates

v3.0.4

12 Oct 08:41
b42d347

Choose a tag to compare

Thank you for using the KNMI integration! If you find it helpful, please consider starring the repository. ⭐️

What's Changed

Bug fixes

Enhancements

Dependency updates

v3.0.3

18 Sep 09:34
5e4b32e

Choose a tag to compare

Thank you for using the KNMI integration! If you find it helpful, please consider starring the repository. ⭐️

What's Changed

Dependency updates

v3.0.2

01 Sep 09:30
62e5e0b

Choose a tag to compare

Thank you for using the KNMI integration! If you find it helpful, please consider starring the repository. ⭐️

What's Changed

Enhancements

Maintenance

  • Update reload instructions in setup_env.sh @golles (#206)

Dependency updates

v3.0.1

14 Aug 18:54
0a0350a

Choose a tag to compare

Thank you for using the KNMI integration! If you find it helpful, please consider starring the repository. ⭐️

What's Changed

Enhancements

  • Clear persisted sw_version in Service Info @golles (#188)

v3.0.0

14 Aug 11:58
f627fc8

Choose a tag to compare

Thank you for using the KNMI integration! If you find it helpful, please consider starring the repository. ⭐️

Major Update: Complete Rewrite

This release features a complete rewrite of the KNMI integration, focused on improving code quality, maintainability, and the development experience.

Highlights

  • Reconfigure Option: You can now update latitude, longitude, or API key directly from the integration options.
  • Improved Packaging: Releases are now distributed as zip files for easier installation via HACS.
  • Weerlive Library Integration: Communication with Weerlive is now handled by the dedicated python-weerlive library for better reliability and maintainability.
  • Enhanced Development Environment: The codebase and tooling have been modernized for easier contributions and future improvements.

2.2.1

23 Mar 14:04

Choose a tag to compare

Enjoying this integration? Show your support by starring the repository! ⭐️

Changes:

  • Fixed: Detected that custom integration 'knmi' sets option flow config_entry explicitly, issue #173

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

06 Jun 10:33

Choose a tag to compare

Enjoying this integration? Show your support by starring the repository! ⭐️

Changes:

  • HA 2024.6.0 fix: Detected blocking call to open inside the event loop
  • Handle possible unavailable weather conditions

Important notes:
Reached 100% test coverage

What's Changed

  • Add test for diagnostics by @golles in #146
  • Add test coverage for missing lines by @golles in #147
  • Handle possible unavailable conditions by @golles in #151
  • fix(2024.6.0): Handling time zones without blocking the event loop by @golles in #153

Full Changelog: 2.1.0...2.2.0

2.2.0-b1

05 Jun 20:36
8b6a842

Choose a tag to compare

2.2.0-b1 Pre-release
Pre-release

fix(2024.6.0): Handling time zones without blocking the event loop #153

2.1.0

21 Apr 14:36

Choose a tag to compare

Enjoying this integration? Show your support by starring the repository! ⭐️

Changes:

  • Resolved JSON decoding issue!
  • Enhanced weather functionality: now adjusts snowy to rainy if the temperature exceeds 6 degrees Celsius
  • Improved weather accuracy: changes sunny to clear-night after sunset
  • Diagnostic improvements: introduced response_text field in diagnostics for easier issue resolution, containing the response body.

What's Changed

  • Fix for JSON unexpected character error by @golles in #141
  • Fix: Warm snow bug by @golles in #142
  • Fix: Set weather state to clear night when API gives sunny after sunset by @golles in #143

Full Changelog: 2.0.1...2.1.0