Skip to content

Releases: G-Two/homeassistant-subaru

v0.7.16

24 Dec 17:40
ea8beef
Compare
Choose a tag to compare

What's New

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

04 Aug 15:14
ea1b037
Compare
Choose a tag to compare

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

16 Apr 02:01
f4bcf06
Compare
Choose a tag to compare

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

03 Mar 22:31
dd97e9d
Compare
Choose a tag to compare

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

10 Nov 01:50
6f8d8bf
Compare
Choose a tag to compare

Bug Fixes

  • Bump to subarulink 0.7.9
    • Handles new timestamp format in vehicle condition
    • Fixes #101

v0.7.11

29 Oct 00:19
9c3d9c6
Compare
Choose a tag to compare
  • 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

23 Jul 01:22
b3ac41b
Compare
Choose a tag to compare

Bug Fixes

  • Fixes window/sunroof binary sensors for vehicles with sunroof

v0.7.9

08 Jul 04:29
16fc51a
Compare
Choose a tag to compare

Bug Fixes

  • Updates device tracker entity naming to align with 2023.07 changes

v0.7.8

27 Jun 02:16
2a437f2
Compare
Choose a tag to compare

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

16 Apr 19:00
9ba3add
Compare
Choose a tag to compare

Fixes

  • Fixes broken tire pressure sensors when Subaru API does not provide recommended tire pressures (#83)