Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Releases: DavidMStraub/homeassistant-homeconnect

v1.0.1

06 May 17:59
Compare
Choose a tag to compare

This release fixes an issue that v1.0 did not work with the current stable release of Home Assistant Core (#78).

v1.0

05 May 18:58
Compare
Choose a tag to compare

This release is tagged 1.0 because it corresponds to the version merged into Home Assistant Core via this pull request. As of this release, the custom component has been renamed to home_connect_beta and will continue to be used for beta testing new features before potentially submitting the changes to Home Assistant Core.

If you want to continue using the custom component, please change the corresponding key in your configuration file; you will also have to re-add the integration via the integrations panel.

Note that some features have been removed - notably the addition of arbitrary attributes to the power switch - at the request of the HA Core devs. They can be added back in a different form at a later stage.

v0.3

02 May 09:56
Compare
Choose a tag to compare

This release fixes the issue that the integration stops working after a couple of hours. The remaining program time sensor is converted to a timestamp sensor.

v0.2.4

07 Jan 07:27
Compare
Choose a tag to compare

This release should improve on the SSE reconnection issue (DavidMStraub/homeconnect#3).

v0.2.3

29 Nov 12:58
Compare
Choose a tag to compare

This should finally fix the on/off switch for ovens (#10, which was closed prematurely).

v0.2.2

27 Nov 11:18
Compare
Choose a tag to compare

Fix token refresh (#43)

v0.2.1

21 Nov 13:50
Compare
Choose a tag to compare

Fix version string (#40)

v0.2

21 Nov 07:32
Compare
Choose a tag to compare

With the new integration into HACS, its time to add proper releases to this repository.

The changes in the last few days include

  • Fix some issues related to on/off switches (#10)
  • Implement config flow (#36)
  • HACS integration (#31)
  • Add device integration (#39)