Skip to content

Releases: custom-components/remote_homeassistant

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

2.1

02 Nov 11:02
2.1
Compare
Choose a tag to compare
2.1

Bugfix: add prefix before deleting entry (#23)

2.0

22 Oct 21:52
2.0
Compare
Choose a tag to compare
2.0

New feature: Blacklisting / Whitelisting of entities and domains
New feature: Filtering of values
Bugfix: Removed remote states resulted in an error