Skip to content

Releases: custom-components/remote_homeassistant

4.3

07 Nov 14:37
35e3075
Compare
Choose a tag to compare

What's Changed

  • Fixing DATA_CUSTOMIZE hass 2024.11 issue by @gsaurer in #323

New Contributors

Full Changelog: 4.2...4.3

4.2

11 Jul 03:37
0553046
Compare
Choose a tag to compare
4.2

What's Changed

  • Change heartbeat failure to warning instead of error
  • Fix async_forward_entry_setup deprecation

Full Changelog: 4.0...4.2

4.1

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

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