Skip to content

Releases: custom-components/remote_homeassistant

3.7

23 Jul 12:11
5ba957c
Compare
Choose a tag to compare
3.7

Bugfixes:

Features:

3.6

20 Dec 21:15
3.6
841153c
Compare
Choose a tag to compare
3.6

Features:

  • add remote instance configuration to config flow (#144)

Bugfixes:

  • Use dataclass properties in zeroconf discovery (#155), thanks @epenet

3.5

15 Oct 08:41
f546580
Compare
Choose a tag to compare
3.5

This release add support for Home Assistant 2021.10.x and later. Make sure to read these instructions before upgrading:

  • This release is not compatible with older versions of Home Assistant (2021.9.x and earlier)
  • From now on, this component must be installed on both main and remote instance
  • The component must be loaded on the remote instance, see Installation instructions for details

3.4

15 Mar 11:55
b11d5d1
Compare
Choose a tag to compare
3.4

Bug fix:

  • No longer listen to service_registered event internally to allow bi-directional instances (#40)
  • Wait for platforms to load before connecting to avoid status sensor being stuck in unknown state (#101)

3.3

06 Mar 12:56
3.3
b85bb9e
Compare
Choose a tag to compare
3.3

Bugfixes:
Fix broken options flow (#113)

3.2

04 Mar 19:57
3.2
9c3a389
Compare
Choose a tag to compare
3.2

New features:
Various improvements for HACS
Add support for proxy services
Always register to state changes and new services

Bug fixes:
Get entity_prefix from options in sensor platform (fixes #89)

3.1

13 Dec 10:27
3.1
e31c186
Compare
Choose a tag to compare
3.1

Features:
Add option to load components present on remote (#83)

Bugfixes:
Improve re-connect logic to be more robust (#80)

3.0

08 Dec 12:25
3.0
225814a
Compare
Choose a tag to compare
3.0

A huge feature-packed brand-new release, thanks to the amazing work done by @postlund

Breaking Changes:

api_password is now deprecated. Migrate to use access_token instead.
Requires home-assistant >= 0.111 for remote instances (#79)

New Features:

Config Flow to configure integration via UI (#62, #64)
Import YAML instances to config entries (#68)
Discovery support (#64)
Extract connection sensor to its own platform (#75)

Bugfixes:

Implement heartbeat handling (#73)
Component sensor says it's connected when connection is refused for lack of token or password (#65)
Fix custom_component dev doc link (#71)

2.3

28 Oct 21:20
2.3
9e9abff
Compare
Choose a tag to compare
2.3

Corrected consistency regarding usage of uppercase letters for Object_Id (by @acigl)

2.2

14 Sep 06:58
2.2
49f7ea0
Compare
Choose a tag to compare
2.2

Bugfix: Suppress KeyErrors
Feature: add sensor holding remote instance conection state