Skip to content

Releases: briis/pyweatherflowrest

Release 1.0.11

31 Aug 04:54
Compare
Choose a tag to compare
  • Made changes, so that Fetch Errors are ignored by default. Currently this is only done for the Hourly Forecast, but will be implemented across all records.
  • With the above changes, it is now also possible to toggle this from the Integration. Requires 1.0.16 of the Integration.

Release 1.0.10

30 Aug 14:01
Compare
Choose a tag to compare
- Implemented PR #3 done by @UpDryTwist which address removal of sea_level_pressure and uv from hourly forecasts

Version 1.0.9

11 Feb 11:14
Compare
Choose a tag to compare
  • Changing density units to conform with standard Home Assistant units

Version 1.0.8

27 Jan 15:26
Compare
Choose a tag to compare

Fixed

  • In rare occasions the forecast icon is not present in data supplied from WeatherFlow. Will now be set to Cloudy as default.

Version 1.0.7

02 Jan 08:11
Compare
Choose a tag to compare

Changed

  • Changed error description when we could not get data from WeatherFlow, to something that better reflects the error.

Version 1.0.6

02 Jan 07:36
Compare
Choose a tag to compare

Changed

  • Reverted Lightning time to DateTime object.

Version 1.0.5

02 Jan 07:28
Compare
Choose a tag to compare

Changed

  • utc_time is now returned as a string instead of a DateTime object, as this is what Home Assistant expects.

Version 1.0.4

02 Jan 07:24
Compare
Choose a tag to compare

Changed

  • utc_time is now returned as a string instead of a DateTime object, as this is what Home Assistant expects.

Version 1.0.3

30 Dec 06:31
Compare
Choose a tag to compare

Fixed

  • Previous fix worked for Imperial users, but then broke it for Metric users. Is now working for both unit systems.

Version 1.0.2

29 Dec 17:26
Compare
Choose a tag to compare

Fixed

  • Feels Like forecast temperature had wrong value when displayed with Imperial Units.