Releases: custom-components/remote_homeassistant
3.7
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
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
3.3
3.2
3.1
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
2.2
Bugfix: Suppress KeyErrors
Feature: add sensor holding remote instance conection state