Releases: briis/pyweatherflow_forecast
Releases · briis/pyweatherflow_forecast
Release 1.0.5
Date: 2024-01-06
Changes
- Reverting changes done by
mypythat seems to have caused problems for some people.
Release 1.0.4-beta1
Date: 2024-01-06
Changes
- Reverting changes done by
mypythat seems to have caused problems for some people.
Release 1.0.3
Date: 2024-01-04
Changes
- Added
wind_gustto Daily Forecast
Release 1.0.2
Date: 2023-12-23
Changes
- Added new sensor
Precip Typeexposing 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 Intensityexposing a text string with the intensity of the current rain
Release 1.0.0
Date: 2023-11-18
Changes
- Added new binary_sensor
Is Lightningshowing 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 Modethat 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.