Skip to content

Releases: golles/ha-knmi

1.5.0

10 Jun 10:58
Compare
Choose a tag to compare

If you like this integration, please star this repo to show your appreciation - it makes me very happy!

Changes:

  • Support Python version 3.11

Important notes:
Minimal Home Assistant version 2023.6.0 is required for this version, see
Home Assistant 2023.6 Release notes - Python 3.11 and significant performance upgrades

What's Changed

  • Prepare for 2023.6.0 upgrade to Python 3.11 by @golles in #83

Full Changelog: 1.4.0...1.5.0

1.4.0

19 May 09:23
Compare
Choose a tag to compare

If you like this integration, please star this repo to show your appreciation - it makes me very happy!

Changes:

  • Binary sun sensor attributes for upcoming sun chance are now int and no longer string (potentially breaking change)
  • Remove options flow, disabling platforms has no added value, and sensors can be disabled individually
  • Improve strings/translations for error messages
  • Under-the-hood improvements

Important notes:
If you're using any of the sun chance attributes of the sun sensor in an automation, it's good to check if this is still working, these attributes were typed as strings and not as numbers (int).

What's Changed

Full Changelog: 1.3.8...1.4.0

1.3.8

05 Mar 12:54
Compare
Choose a tag to compare

If you like this integration, please star this repo to show your appreciation - it makes me very happy!

Changes:

  • The icon for the warning sensor has been updated to the Home Assistant default warning icon. This will make the icon and color change automatically based on the state, fixes #71

Important notes:
For contributors, the dev container has been updated to improve our development experience, please update your dev container if you use this.

What's Changed

  • Don't specify icon for warning sensor by @golles in #72
  • Improved dev experience by @golles in #74
  • Remove CONNECTION_CLASS in KnmiOptionsFlowHandler by @golles in #75
  • Add pip to Dependabot by @golles in #76

Full Changelog: 1.3.7...1.3.8

1.3.7

12 Feb 16:05
Compare
Choose a tag to compare

If you like this integration, please star this repo to show your appreciation - it makes me very happy!

Changes:

  • The unit (%) has been removed from the sun sensor attributes (Zonkans vandaag, Zonkans morgen, Zonkans overmorgen), this will make it easier to use these attributes in automations or graphs.

What's Changed

  • Remove @pytest.mark.asyncio and condig in setup.cfg by @golles in #65
  • Use token for Codecov upload and fix black errors by @golles in #67
  • Omit units in sun sensor attributes by @golles in #69

Full Changelog: 1.3.6...1.3.7

1.3.6

03 Jan 15:13
Compare
Choose a tag to compare

Changes:

What's Changed

  • Correctly map regen and buien from API to HA by @golles in #61
  • Bump actions/stale from 6 to 7 by @dependabot in #62
  • Update license copyright year(s) by @github-actions in #63
  • knmi -> KNMI by @hmmbob in #64

New Contributors

  • @github-actions made their first contribution in #63
  • @hmmbob made their first contribution in #64

Full Changelog: 1.3.5...1.3.6

1.3.5

02 Dec 15:43
139c4bb
Compare
Choose a tag to compare

Changes:

  • Better handling of variable wind speeds, fixes #58

What's Changed

Full Changelog: 1.3.4...1.3.5

1.3.4

20 Nov 15:47
Compare
Choose a tag to compare

Changes:

  • Better handling of API issues/missing data #51
  • Restored wolkennacht weather condition #55

What's Changed

  • Better handling of missing data by @golles in #54

Full Changelog: 1.3.3...1.3.4

1.3.3

19 Nov 13:40
Compare
Choose a tag to compare

Changes:

  • lichtbewolkt condition added
  • wolkennacht condition renamed to nachtbewolkt
  • halfbewolkt_regen condition is now mapped to ATTR_CONDITION_RAINY (was ATTR_CONDITION_PARTLYCLOUDY)

What's Changed

Full Changelog: 1.3.2...1.3.3

1.3.2

16 Nov 17:48
Compare
Choose a tag to compare

Changes:

  • The condition/state of the weather entity should be a more accurate

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

12 Nov 21:03
Compare
Choose a tag to compare

Changes:

  • Prevent error logs when data is missing from the server response, fixes #45

What's Changed

Full Changelog: 1.3.0...1.3.1