Releases: G-Two/homeassistant-subaru
Releases · G-Two/homeassistant-subaru
v0.7.16
What's New
- v0.7.15...v0.7.16
- Bump subarulink to 0.7.13 (tracks latest MySubaru Android app v3.3.1 API g2v30)
- Support for more g3 vehicles that report door lock status #121
- Adds individual door lock status in lock attributes
Bug Fixes
- Fixes issue with reporting power window state #129
- Fixes warning in logs for async entry setup #128
- Fixes power window check not awaiting #133
- Fixes warning for deprecated call to persistent notification #134
v0.7.15
New Features
- Adds door lock status for supported newer 'g3' vehicles (#121)
- If all doors are locked, the lock state will be locked. Otherwise lock state will be unlocked
- Please share success/failure feedback along with HA device diagnostics dump (for failures)
Bug Fixes
- Checks for TPMS availability before adding tire pressure sensors (#122)
- Fixes warning for async_forward_entry_setup (#128)
v0.7.14
Bug Fix
- Fixes error for users that use the "Charge only" polling option for HA >= 2024.04
Full Changelog: v0.7.13...v0.7.14
v0.7.13
What's Changed
- Bump to subarulink 0.7.11
- Uses latest MySubaru API g2v29 (tracks MySubaru app v2.7.98)
- Uses MySubaru API reported US customary units instead of metric
- No longer attempts to parse vehicle location heading information (never seemed accurate and was problematic)
Full Changelog: v0.7.12...v0.7.13
v0.7.12
Bug Fixes
- Bump to subarulink 0.7.9
- Handles new timestamp format in vehicle condition
- Fixes #101
v0.7.11
- Bump to subarulink 0.7.8 (uses g2v28 API to match latest MySubaru app)
- Performs additional check for power window status for certain g2 vehicles that don't explicitly announce the feature
v0.7.10
Bug Fixes
- Fixes window/sunroof binary sensors for vehicles with sunroof
v0.7.9
Bug Fixes
- Updates device tracker entity naming to align with 2023.07 changes
v0.7.8
New Features
- Fires events when sending commands and again upon success or failure (thanks @zanix)
- subaru_command_sent
- subaru_command_successful
- subaru_command_failed
v0.7.7
Fixes
- Fixes broken tire pressure sensors when Subaru API does not provide recommended tire pressures (#83)