Releases: golles/ha-knmi
1.5.0
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
Full Changelog: 1.4.0...1.5.0
1.4.0
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
- Bump actions/stale from 7 to 8 by @dependabot in #78
- Spring improvements by @golles in #80
- Bump FantasticFiasco/action-update-license-year from 2 to 3 by @dependabot in #79
- Update pip requirement from <23.1,>=21.0 to >=21.0,<23.2 by @dependabot in #82
Full Changelog: 1.3.8...1.4.0
1.3.8
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
inKnmiOptionsFlowHandler
by @golles in #75 - Add pip to Dependabot by @golles in #76
Full Changelog: 1.3.7...1.3.8
1.3.7
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 insetup.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
Changes:
- From a discussion started on tweakers, the mapping of
regen
andbuien
has been corrected, also based on the definition from the KNMI website https://www.knmi.nl/kennis-en-datacentrum/uitleg/buien
What's Changed
- Correctly map
regen
andbuien
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
Full Changelog: 1.3.5...1.3.6
1.3.5
1.3.4
1.3.3
Changes:
lichtbewolkt
condition addedwolkennacht
condition renamed tonachtbewolkt
halfbewolkt_regen
condition is now mapped toATTR_CONDITION_RAINY
(wasATTR_CONDITION_PARTLYCLOUDY
)
What's Changed
Full Changelog: 1.3.2...1.3.3
1.3.2
Changes:
- The condition/state of the weather entity should be a more accurate
What's Changed
- Bump actions/stale from 3 to 6 by @dependabot in #47
- Set
image
value for weather condition by @golles in #49 - Improve formatting by @golles in #50
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: 1.3.1...1.3.2
1.3.1
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