Releases: siku2/hass-weatherlink
Releases · siku2/hass-weatherlink
Version 0.5.4
Version 0.5.3
Version 0.5.2
Changelog
Fixed
- Forgot to update the version in manifest.json all this time
- Use extra_state_attributes instead of device_state_attributes
- Use atribute notation instead of key notation for discovery_info
Version 0.5.1
Version 0.5.0
The most important feature of this update is that the integration can now use the real-time broadcast API to update some sensors (most notably wind speed and bearing) much more quickly than is currently possible using polling. Polling is still needed for all the other values, but it can be done in a less frequent interval to avoid overloading the WeatherLink device.
This feature is enabled by default, but can be turned off in the integration options.
Changelog
Added
- Add broadcast listener to receive real-time updates (#8)
Changed
- Split WeatherLink API into multiple files to make it more readable
Fixed
- Entities Becoming Unavailable (#7)
Version 0.4.1
Changelog
Fixed
- Broken weather entity
0.4.0 - 2021-05-29
Added
- Make it possible to configure the rounding for measurements,
including the ability to disable rounding altogether.
Version 0.4.0
Changelog
Added
- Make it possible to configure the rounding for measurements,
including the ability to disable rounding altogether.
Version 0.3.0
Changelog
Added
- Integration options which allows the following to be configured:
- Polling interval
- Unit for various measurements
- "Wind direction" sensor which reports the bearing in text form
("N", "E", "S", "W") with 16 values - Update integration manifest to link to documentation, issue tracker,
and specify the IoT class
Changed
- Unit of "UV index" is now
UV index
so that Home Assistant displays it as a
graph instead of distinct values.
Version 0.2.7
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
, orunknown
,
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
m³
instead ofm^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
Version 0.2.6
Changelog
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
, orunknown
,
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
m³
instead ofm^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.