Skip to content

Releases: briis/pyweatherflow_forecast

Release 1.0.2

23 Dec 06:54
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Optimizing the Fetch Sensor Data by removing 1 call to the API per cycle.

Release 0.6.0

14 Oct 07:17
fbb3d3c
Compare
Choose a tag to compare
  • Rewritten the Request modules to simplify code base.
  • Merged all API request needed for getting sensor data, into one function.

Release 0.5.1

13 Oct 17:11
Compare
Choose a tag to compare
  • Added Voltage sensor. This will only be available for Tempest devices. AIR and SKY will not be supported.
  • Added calculated battery sensor, that show the % full. Calculated sensor based on the voltage value.
  • Fixed async loop

Release 0.4.7

09 Oct 05:20
Compare
Choose a tag to compare

Changes

  • Fix wrong value in Absolute Humidity
  • Added Beaufort sensor
  • Added Freezing Altitude sensor