Skip to content

Releases: briis/pyweatherflow_forecast

Release 1.0.5

06 Jan 13:28

Choose a tag to compare

Date: 2024-01-06

Changes

  • Reverting changes done by mypy that seems to have caused problems for some people.

Release 1.0.4-beta1

06 Jan 13:09

Choose a tag to compare

Release 1.0.4-beta1 Pre-release
Pre-release

Date: 2024-01-06

Changes

  • Reverting changes done by mypy that seems to have caused problems for some people.

Release 1.0.3

04 Jan 06:42

Choose a tag to compare

Date: 2024-01-04

Changes

  • Added wind_gust to Daily Forecast

Release 1.0.2

23 Dec 06:54

Choose a tag to compare

Date: 2023-12-23

Changes

  • Added new sensor Precip Type exposing an integer with the type of precipitation. Possible values are: 0 = none, 1 = rain, 2 = hail and 3 = rain+hail (Experimental)

Release 1.0.1

03 Dec 11:47

Choose a tag to compare

Date: 2023-12-04

Changes

  • Added new sensor Precip Intensity exposing a text string with the intensity of the current rain

Release 1.0.0

18 Nov 10:33
2a42a30

Choose a tag to compare

Date: 2023-11-18

Changes

  • Added new binary_sensor Is Lightning showing if there is currently a lightning storm
  • Added new sensor UV Description, detailing the current UV value
  • Added new sensor Staton Information, detailing data about the Tempest Station

Release 0.6.4

18 Oct 05:28
3dfae0b

Choose a tag to compare

  • Added new sensor Power Save Mode that shows the Power Mode of a Tempest device. Attributes of the sensor gives a textual explanation. For more information read here

Release 0.6.3

17 Oct 04:15

Choose a tag to compare

  • Added check for None values in all calculated sensors, to ensure they will not throw an error.

Release 0.6.2

16 Oct 11:17
bcf1ebf

Choose a tag to compare

  • Ensuring that the sensor function still works with AIR and SKY devices, even though we do not add Voltage and battery values.

Release 0.6.1

16 Oct 05:06
c4b19ef

Choose a tag to compare

  • Optimizing the Fetch Sensor Data by removing 1 call to the API per cycle.