Releases: briis/pyweatherflow_forecast
Releases · briis/pyweatherflow_forecast
Release 1.0.2
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
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
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
- 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
- Added check for None values in all calculated sensors, to ensure they will not throw an error.
Release 0.6.2
- 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
- Optimizing the Fetch Sensor Data by removing 1 call to the API per cycle.
Release 0.6.0
- Rewritten the Request modules to simplify code base.
- Merged all API request needed for getting sensor data, into one function.
Release 0.5.1
- 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
Changes
- Fix wrong value in Absolute Humidity
- Added Beaufort sensor
- Added Freezing Altitude sensor