Skip to content

Releases: G-Two/homeassistant-subaru

v0.7.15rc1

26 May 16:13
5f48986
Compare
Choose a tag to compare
v0.7.15rc1 Pre-release
Pre-release

New Features

  • Add 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 send success/failure feedback along with HA device diagnostics dump

Bug Fixes

  • Checks for TPMS availability before adding tire pressure sensors (#122)

v0.7.15rc0

24 May 02:44
f03c498
Compare
Choose a tag to compare
v0.7.15rc0 Pre-release
Pre-release

Bug Fixes

  • Fixes bug when Subaru API does not provide recommended tire pressures #122

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)