This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
Releases: briis/hass-weatherflow
Releases · briis/hass-weatherflow
Release 1.0.16
- Fixing Issue #74. Adding Humidity to Hourly Forecast
- New fix for Issue #81. Per default, fetch errors are now ignored for the Hourly Forecast which should ensure that all stations are working again. Please note, that items that cannot be fetched will get a default value, which will not change. This can now also be toggled on and off from the Configure menu on the Integration page.
Release 1.0.15
- Bump
pyweatherflowrest
to V1.0.10 to close Issue #81
Version 1.0.14
- The fix for issue #57, introduced a wrong unit for Absolute Humidity. Now corrected to g/m³
Release 1.0.13
- Fix issue #57. Units for Absolute Humidity and Air Density, now consistent with HA units
Version 1.0.12
Version 1.0.10
- Fix issue #54 setup fails when trying to load
pyweatherflowrest
Version 1.0.9
As we are changing some units due to use of proper Unit Types and Device Classes, this will introduce some warnings in the Home Assistant log. To clear those, just go to Developer Tools and then click STATISTICS in the upper menu bar, and then solve the issues for each sensor.
Minimum required Home Assistant version for this release is 2023.1.0
Fixed
- Fixing invalid units for Wind Speed Knots and km/h plus AQI.
- Fixing issue #53, where the Absolute Humidity sensor had the wrong Device Class.
- Removed all deprecated device classes and implemented
translation_key
to continue translating certain values in the UI. - Cleaned up the code to use the correct Device Classes based on all the new changes in 2023.1
- Minimum required version from now on is 2023.1.x
Version 1.0.8
Changed
- Converted all DEVICE_CLASS values to
SensorDeviceClass.DEVICE_CLASS
. This includes two new Device Classes SPEED and DISTANCE, which makes it possible to change the Unit of Measurement directly from the GUI. - Bumped minimum required Home Assistant version to 2022.11.0 due to the changes in this release
Fixed
- Fix #47 WARNING Detected integration that accesses the is_metric property of the unit system.
Version 1.0.8 Beta 2
Changed
- Converted all DEVICE_CLASS values to
SensorDeviceClass.DEVICE_CLASS
. This includes two new Device Classes SPEED and DISTANCE, which makes it possible to change the Unit of Measurement directly from the GUI. - Bumped minimum required Home Assistant version to 2022.11.0b0 due to the changes in this release
Fixed
- Fix #47 WARNING Detected integration that accesses the is_metric property of the unit system.
Version 1.0.8 Beta 1
Changed
- Converted all DEVICE_CLASS values to
SensorDeviceClass.DEVICE_CLASS
. This includes two new Device Classes SPEED and DISTANCE, which makes it possible to change the Unit of Measurement directly from the GUI. - Bumped minimum required Home Assistant version to 2022.11.0b0 due to the changes in this release
Fixed
- Fix #47 WARNING Detected integration that accesses the is_metric property of the unit system.