Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@siku2 siku2 released this 17 Jun 21:55
f9e77b7

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)