Releases: custom-components/remote_homeassistant
Releases · custom-components/remote_homeassistant
4.3
4.2
4.1
Multiple Fixes, Improvements and Local Unique IDs
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
3.10
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
3.8
Bugfixes
- Set previously configured service_prefix as default by @lukas-hetzenecker in #198
- Fix 500 error when opening Configuration @lukas-hetzenecker in #210
Features
New Contributors
Full Changelog: 3.7...3.8
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)