Releases: golles/ha-knmi
Releases · golles/ha-knmi
1.3.0
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 fromKnmiDataUpdateCoordinator
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
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
Full Changelog: 1.1.11...1.2.0
1.1.11
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
1.1.9
Changes:
Support for weather unit conversions
Important notes:
Home Assistant version 2022.7.0 is required for this version
What's Changed
- Fix: Missing strings by @golles in #25
- 2022.07 Support unit conversions by @golles in #26
- Improvements from black and pylint by @golles in #27
Full Changelog: 1.1.8...1.1.9
1.1.8
1.1.7
Changes:
- Adding sun chance field to weather forecasts
- Minor code base improvements
1.1.6
1.1.5 (contains breaking changes)
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:
- Delete the sensors that are unavailable and use the new sensors.
- 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.