Skip to content

Version 0.2.7

Compare
Choose a tag to compare
@siku2 siku2 released this 22 May 13:52
5e595b6

Changelog

Added

  • Update the README to contain installation instructions and a section about
    limitations imposed by WeatherLink
  • Handle the case where WeatherLink returns multiple instances of the same data
    structure (split setup) by flattening them into a single one

Fixed

  • Discovered a lot of values which aren't always returned by (#2)

0.2.6 - 2021-05-20

Added

  • "Wind max speed" sensor

Removed

  • Removed "high" and "10_min_high" attributes from "Wind speed" sensor.
    Replaced by "Wind max speed"

0.2.5 - 2021-05-16

Added

  • "Inside Humidity" sensor
  • "last_report_time" to the "AirLink Status" sensor

Changed

  • "AirLink Status" sensor now reports either connected, disconnected, or unknown,
    instead of the last report time. The last report time can still be seen in the
    attributes though.
  • Adjusted the rounding of some values

Removed

  • "humidity" attribute from "Inside Temperature"
  • weather entity can no longer return the fog condition because of false-positives

0.2.4 - 2021-05-14

Added

  • Separate "Soil Moisture" and "Soil Temperature" sensor

Removed

  • "Soil" sensor, replaced by "Soil Moisture" and "Soil Temperature"

0.2.3 - 2021-05-13

Added

  • "Rain rate" sensor separate from the "Rainfall" sensor

Changed

  • Adjust calculation for the current condition of the weather entity
  • Consistently use instead of m^3 in units

Removed

  • "rain rate" attributes from "Rainfall" sensor

Fixed

  • "10_min_dir" from the "Wind bearing" sensor is not always sent by WeatherLink.
    If the field was absent it would cause an error.

0.2.2 - 2021-05-11