diff --git a/source/_integrations/subaru.markdown b/source/_integrations/subaru.markdown index 2a319f28819..2288fbb4fed 100644 --- a/source/_integrations/subaru.markdown +++ b/source/_integrations/subaru.markdown @@ -20,11 +20,11 @@ ha_platforms: ha_integration_type: integration --- -This integration retrieves vehicle information and actuates remote services provided by [Subaru STARLINK](https://www.subaru.com/subaru-starlink/starlink-safety-and-security.html) (currently only available in USA and Canada). +This integration retrieves vehicle information and actuates remote services provided by [MySubaru Connected Services](https://www.subaru.com/vehicle-info/connected-services/mysubaru-connected-services.html)(formerly known as Subaru STARLINK). This service is currently only available in the USA and Canada. -This integration requires a telematics equipped Subaru and an active vehicle subscription to the Subaru STARLINK service. Before using this integration, you must first register and have login credentials to [MySubaru](https://www.mysubaru.com). +This integration requires a telematics equipped Subaru and an active vehicle subscription to the MySubaru service. Before using this integration, you must first register and have login credentials to [MySubaru](https://www.mysubaru.com). -Subaru has deployed three generations of telematics with different feature sets. Use the table below to determine your vehicle's telematics generation and capabilities. This table is a best guess based upon what Subaru [lists as available features](https://www.subaru.com/vehicle-info/subaru-starlink/starlink-safety-and-security/compare-packages.html?model=&year=). +Subaru has deployed three generations of telematics with different feature sets. Use the table below to determine your vehicle's telematics generation and capabilities. This table is a best guess. | Model | Gen 1 | Gen 2 | Gen 3 | |-----------|-----------|-----------|-------| @@ -37,7 +37,11 @@ Subaru has deployed three generations of telematics with different feature sets. | Outback | 2016-2019 | 2020-2022 | 2023+ | | WRX | 2017-2021 | 2022-2023 | --- | -In addition to the telematics generational differences, there are two levels of STARLINK subscriptions, "Safety Plus" and "Security Plus". All remote services (such as locks and location tracking) require a "Security Plus" level subscription. +{% note %} +This integration *does not* support the Subaru Solterra EV or any other Subaru that uses the [SubaruConnect](https://www.subaru.com/vehicle-info/connected-services/subaruconnect.html) service. +{% endnote %} + +In addition to the telematics generational differences, there are differing levels of MySubaru subscriptions. Remote services (such as locks and location tracking) require either a "Companion+" or "Security" level subscription. {% include integrations/config_flow.md %} @@ -65,7 +69,7 @@ Available sensors will vary by model, year, and subscription type. The integrati This integration supports remote locking and unlocking of vehicle doors. If doors are remotely unlocked, they will automatically relock if a door is not opened within a minute. There is no remote notification of this automatic relock. {% note %} -The current lock status is always unknown due to the fact that the Subaru API does not report this data. +This integration does not yet support tracking the current lock/unlock state. {% endnote %} ### Unlock specific door @@ -96,9 +100,9 @@ Vehicle polling draws power from the 12V battery. Long term use without driving ## FAQ - Troubleshooting -**Q:** I have a Subaru STARLINK Security Plus subscription. How do I use the locator, and remote light/horn features in Home Assistant? +**Q:** How do I use the locator, and remote light/horn features in Home Assistant? -**A:** Those features are supported by the underlying [subarulink](https://github.com/G-Two/subarulink) Python package, and will be integrated into Home Assistant soon. Both Gen 1 and Gen 2 will be supported. +**A:** Those features are supported by the underlying [subarulink](https://github.com/G-Two/subarulink) Python package, and will be integrated into Home Assistant soon. --- @@ -115,7 +119,7 @@ Vehicle polling draws power from the 12V battery. Long term use without driving **Q:** Why wasn't I asked to enter my PIN during configuration? -**A:** A PIN is only required to send a remote command. If you do not have a STARLINK Security Plus subscription, you will not be prompted for a PIN. +**A:** A PIN is only required to send a remote command. If you do not have a subscription that supports remote commands, you will not be prompted for a PIN. ---