Custom Components Remote Homeassistant Versions Save

Links multiple home-assistant instances together

3.11

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/custom-components/remote_homeassistant/compare/3.10...3.11

3.10

9 months ago

What's Changed

Full Changelog: https://github.com/custom-components/remote_homeassistant/compare/3.9...3.10

3.9

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/custom-components/remote_homeassistant/compare/3.8...3.9

3.8

1 year ago

Bugfixes

Features

New Contributors

Full Changelog: https://github.com/custom-components/remote_homeassistant/compare/3.7...3.8

3.7

1 year ago

Bugfixes:

  • Fix deprecation of 'async_get_registry' (#176) (@tomrosenback, @antibill51)
  • Ensure input values are not lost in the event of an error (#182) (@vwt12eh8)

Features:

  • Add Brazilian Portuguese Translation (#177) (@LeandroIssa)

3.6

2 years ago

Features:

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

Bugfixes:

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

3.5

2 years ago

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

3 years ago

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

3 years ago

Bugfixes: Fix broken options flow (#113)

3.2

3 years ago

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)