Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Releases: briis/hass-weatherflow

Release 1.0.16

31 Aug 05:27
Compare
Choose a tag to compare
  • 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

30 Aug 15:13
03de720
Compare
Choose a tag to compare
  • Bump pyweatherflowrest to V1.0.10 to close Issue #81

Version 1.0.14

12 Feb 05:53
Compare
Choose a tag to compare
  • The fix for issue #57, introduced a wrong unit for Absolute Humidity. Now corrected to g/m³

Release 1.0.13

11 Feb 11:21
Compare
Choose a tag to compare
  • Fix issue #57. Units for Absolute Humidity and Air Density, now consistent with HA units

Version 1.0.12

04 Feb 08:26
Compare
Choose a tag to compare
  • Fix issue #56 Detected integration that called async_setup_platforms. This call has now been replaced by the proper new function.
  • Added Swedish translation. Thank you to @zuper83 for adding this.

Version 1.0.10

08 Jan 15:33
Compare
Choose a tag to compare
  • Fix issue #54 setup fails when trying to load pyweatherflowrest

Version 1.0.9

08 Jan 12:16
Compare
Choose a tag to compare

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

03 Nov 09:05
Compare
Choose a tag to compare

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

02 Nov 09:57
Compare
Choose a tag to compare
Version 1.0.8 Beta 2 Pre-release
Pre-release

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

02 Nov 06:25
Compare
Choose a tag to compare
Version 1.0.8 Beta 1 Pre-release
Pre-release

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.