From 62b851899a18c0183566e3040d9b0cacfeb30511 Mon Sep 17 00:00:00 2001
From: G-Two <7310260+G-Two@users.noreply.github.com>
Date: Sun, 21 May 2023 11:49:26 -0400
Subject: [PATCH] Update README.md
---
README.md | 11 ++++++-----
subarulink/__version__.py | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 390f783..810ab2b 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,14 @@ This package supports Subaru STARLINK equipped vehicles with active service plan
| Model Year | Safety Plus | Security Plus |
|--------------|-------------|---------------|
| 2016-2018 | No Support | Remote Lock/Unlock
Remote Horn and/or Lights
Remote Vehicle Locator
Odometer (updated every 500 miles)
-| 2019+ | Tire Pressure#
Fuel Economy#
Fuel Range#
Odometer# |Remote Lock/Unlock
Remote Horn and/or Lights
Remote Vehicle Locator
Remote Engine Start w/ Climate Control
PHEV Start Charge*
Door/Window Status**
Tire Pressure
Fuel Economy
Fuel Range
Odometer
+| 2019+ | Tire Pressure#
Fuel Economy#
Fuel Range#
Odometer# |Remote Lock/Unlock
Remote Horn and/or Lights
Remote Vehicle Locator
Remote Engine Start w/ Climate Control
EV Start Charge*
Door/Window/Sunroof Status**
Tire Pressure
Fuel Economy
Fuel Range
Odometer
\# Unclear how often this is updated
-\* Plug-In hybrid only
-\*\* Support varies by model
+\* EV/PHEV only
+\*\* Support varies by model/year
-**NOTE:** This project was developed based upon analysis of the official MySubaru Android app. Subaru has no official public API; therefore, this library may stop working at any time without warning. Use at your own risk.
+> **NOTE:**
+> This project was developed based upon analysis of the official MySubaru Android app. Subaru has no official public API; therefore, this library may stop working at any time without warning. Use at your own risk.
## Home Assistant Integration
@@ -71,7 +72,7 @@ A JSON file is used for configuration. A user provided file can be passed to the
## Known Issues
### Battery Discharge
-Aggressively polling the vehicle location with subarulink.Controller.update(vin) may discharge the auxiliary battery (in a PHEV). Intermittent (every 2 hours) use isn't a problem, but polling at 5 minute intervals will drain the auxiliary battery fully after a few consecutive non-driving days. The vehicle does report the auxiliary battery voltage with every update, so this can be avoided.
+Aggressively polling the vehicle location with subarulink.Controller.update(vin) may discharge the auxiliary 12V battery (in a PHEV). Intermittent (every 2 hours) use isn't a problem, but polling at 5 minute intervals will drain the auxiliary battery fully after a few consecutive non-driving days.
Effects of aggressive polling on the battery of a gasoline-only vehicle are unknown.
diff --git a/subarulink/__version__.py b/subarulink/__version__.py
index 42f180c..8c7dffd 100644
--- a/subarulink/__version__.py
+++ b/subarulink/__version__.py
@@ -5,4 +5,4 @@
For more details about this api, please refer to the documentation at
https://github.com/G-Two/subarulink
"""
-__version__ = "0.7.6"
+__version__ = "0.7.6-1"