Skip to content

Releases: custom-components/remote_homeassistant

4.1

20 Jun 16:59
08bc7e3
Compare
Choose a tag to compare

What's Changed

  • Fix hass.helpers instance_id deprecation
  • Several other small fixes

Full Changelog: 4.0...4.1

Multiple Fixes, Improvements and Local Unique IDs

19 Jun 00:58
52f4467
Compare
Choose a tag to compare

Update and clean code, and many additions including:

  • Fixes related to spelling, mypy, pylint
  • Pre-Commit Changes
  • Fix manifest, services and add translations
  • Add local unique id
  • Fix deprecated errors from core 2024-5-1
  • Add optional entity friendly name prefix

3.11

21 Aug 20:58
c685d3f
Compare
Choose a tag to compare

What's Changed

  • Add max_message_size configuration option by @Zen3515 in #227

New Contributors

Full Changelog: 3.10...3.11

3.10

17 Aug 09:19
9c2a025
Compare
Choose a tag to compare

What's Changed

  • Add identifiers attribute to DeviceInfo by @lukas-hetzenecker in #250, fixes "Ignoring invalid device info" error in HA 2023.8 (#248)

Full Changelog: 3.9...3.10

3.9

06 Jul 18:21
aef02b6
Compare
Choose a tag to compare
3.9

What's Changed

  • Update proxy_services.py to include SERVICE_CALL_LIMIT by @wojked in #238

New Contributors

Full Changelog: 3.8...3.9

3.8

09 Jan 22:29
278feb9
Compare
Choose a tag to compare
3.8

Bugfixes

Features

New Contributors

Full Changelog: 3.7...3.8

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)