Skip to content

Releases: pauln/tailwind-home-assistant

v0.6.1 - Fix handling of correct number of doors

27 Dec 09:11
Compare
Choose a tag to compare

Updates to aiotailwind v0.1.1 to fix how the number of doors is handled, as the number of doors reported by the device appears to be the maximum number supported rather than the number currently configured.

v0.6.0 - JSON API

23 Dec 00:41
Compare
Choose a tag to compare

This release shifts from the original (and very minimal) API to the newer JSON API - with the details abstracted out into the aiotailwind library.

As the JSON API provides a way to get the device's unique ID without performing a MAC address lookup, this release also removes the dependency on scapy and the need for your Home Assistant instance to perform the lookup. This should make the integration usable with a wider range of network (and Home Assitant) setups, as it'll now work as long as Home Assistant can make HTTP requests to your Tailwind device.

v0.5.0 - Binary Sensor and Dev Container

25 Feb 23:33
Compare
Choose a tag to compare

Thanks again to @amcfague for the two main features of this release:

  • Adds Binary Sensors (for use with things like Alarmo, which only handle binary sensors)
  • Adds Dev Container support, to make it quicker and easier to set up for development

Additionally, the scapy dependency has been tweaked to use a range rather than assume a version based on the Python version. This should restore compatibility with slightly older versions of Home Assistant which use scapy 2.4.5 on Python 3.10.

v0.4.0 - Fixing deprecations

02 Feb 06:50
Compare
Choose a tag to compare

Replaces async_setup_platforms with async_forward_entry_setup to address a deprecation warning.

Thanks again to @amcfague for the contribution!

v0.3.0 - Dependency updates

02 Feb 06:49
Compare
Choose a tag to compare

Updates scapy for Python 3.10 support (HA 2022.2).

Thanks to @amcfague for the contribution!

v0.2.0 - Local Control Key / Firmware out of beta

02 Feb 06:48
Compare
Choose a tag to compare

Implements the Local Control Key (API token) in order to support the public release of the local API (firmware v9.95).

v0.1.0 - Initial release

01 Oct 23:18
Compare
Choose a tag to compare
Pre-release

Initial release, which requires the Tailwind beta firmware.

This release is intended only for users of the beta firmware to test this integration and provide feedback.