Skip to content

Releases: golles/ha-knmi

1.3.0

10 Nov 19:25
3bdf2c0
Compare
Choose a tag to compare

Changes:

  • Added a wind sensor, with attributes (Richting, Graden, Beaufort, Knopen)
  • Updated weather entity, the forecast attribute now has a new attribute for wind_speed_bft
  • Added a diagnostic sensor with the place name
  • Added diagnostics report

What's Changed

  • Add support for diagnostics by @golles in #41
  • Remove platforms list from KnmiDataUpdateCoordinator by @golles in #42
  • Add wind sensor including support for Beaufort by @golles in #43
  • Add place sensor by @golles in #44

Full Changelog: 1.2.0...1.3.0

1.2.0

16 Jul 13:02
Compare
Choose a tag to compare

Changes:

  • Fix statistics (dauwpunt, gevoelstemperatuur) (#33)
  • Adding a sun sensor, with attributes
  • Prepare for new HA naming conventions
  • Use proper timezones (UTC) so HA can show in user locale time
  • Higher level API error handling (#34)

Code improvements:

  • Set default units of weather entity
  • More typings
  • Clean up const.py
  • Make use of SensorEntityDescription
  • Use class members instead of overwriting functions where possible
  • Actually, test KnmiApiClient success call
  • PyDoc, linting, and formatting

What's Changed

  • Refactor, bring up to standards by @golles in #31

Full Changelog: 1.1.11...1.2.0

1.1.11

12 Jul 17:19
Compare
Choose a tag to compare

Changes:

  • Bugfix release, fixing the earlier broken humidity attribute in the weather entity

What's Changed

Full Changelog: 1.1.10...1.1.11

1.1.10

09 Jul 10:31
Compare
Choose a tag to compare

Changes:

  • Relative humidity sensor has been added

What's Changed

Full Changelog: 1.1.9...1.1.10

1.1.9

07 Jul 18:52
Compare
Choose a tag to compare

Changes:
Support for weather unit conversions

Important notes:
Home Assistant version 2022.7.0 is required for this version

What's Changed

Full Changelog: 1.1.8...1.1.9

1.1.8

04 Jun 14:06
Compare
Choose a tag to compare

What's Changed

  • Fix: Forecast precipitation to precipitation probability by @golles in #23
  • Update Python version for tests by @golles in #21
  • Housekeeping, implement upstream changes by @golles in #24

Full Changelog: 1.1.7...1.1.8

1.1.7

05 Feb 11:09
Compare
Choose a tag to compare

Changes:

  • Adding sun chance field to weather forecasts
  • Minor code base improvements

1.1.6

08 Jan 17:02
4de958b
Compare
Choose a tag to compare

Changes:

  • Fix day high-temperature forecast (issue #14)

1.1.5 (contains breaking changes)

28 Dec 11:25
f7a1a49
Compare
Choose a tag to compare

Changes:

  • Handle failures better #13

Important notes:
This is a breaking change and I hope you have some Christmas forgiveness for me.

Sensors will be recreated with different names. Instead of the city name, the sensor will contain the name you gave it during setup.
This will cause the old sensors to become unavailable.

There are 2 things you can do:

  1. Delete the sensors that are unavailable and use the new sensors.
  2. Remove the integration and re-add it.
    If you use your city name as your name, the sensors should get the same name as before and this will not break your dashboards.
    If you choose another name, you need to use the new sensor names in your dashboards.

Apologies for the inconvenience.

1.1.4

23 Dec 23:22
ba58e52
Compare
Choose a tag to compare

Changes:

  • Added wind chill sensor
  • Improvements on how sensors are constructed

Important notes:
From this release, Home Assistant 2021.12 is required.