Skip to content

Releases: G-Two/homeassistant-subaru

v0.7.16rc1

28 Nov 04:25
c778a08
Compare
Choose a tag to compare
v0.7.16rc1 Pre-release
Pre-release

Updates

  • Additional support for g3 vehicles that report door lock status (#121)

v0.7.16rc0

24 Nov 22:29
b47f61a
Compare
Choose a tag to compare
v0.7.16rc0 Pre-release
Pre-release

Updates

  • Bumps subarulink to 0.7.13rc0 (tracks latest mySubaru app 3.3.1 API version g2v30)

Bug Fixes

  • Fixes issue with reporting power window state (#129)

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