Improve vehicle status, controls, and refresh behavior - #191
Open
orienw wants to merge 14 commits into
Open
Conversation
Add shared-account assignment and Repairs guidance, conservative device cleanup, native entity names, and Last Parked telemetry coverage. Preserve wake-only option updates without reloading the integration. Co-authored-by: thatcoleyouknow <thatcoleyouknow@users.noreply.github.com>
orienw
marked this pull request as draft
August 15, 2026 00:12
orienw
marked this pull request as ready for review
August 15, 2026 01:03
Contributor
Author
|
@Savedyou nice! great to hear. let me know if you run into any issues later on. |
|
Can confirm that remote commands work with no errors. Tested with turning on hazard lights from home assistant. |
|
Many thanks. Works perfectly for 2026 RAV4 PHEV SE. The main one needs to me fixed with this update. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
This PR makes Toyota and Lexus vehicle handling generation- and capability-aware, adds 24MM AppSync status and remote-command support, and exposes supported remote actions as native Home Assistant controls. It also makes status updates resilient to partial or out-of-order Toyota responses and makes automatic vehicle wakes configurable.
Vehicle data and API routing
Controls and vehicle wakes
Compatibility and known limitations
Requires Home Assistant 2022.11 or newer.
Existing entity unique IDs and device identifiers are preserved.
Vehicle handling in this PR covers 17CY, 17CYPLUS, 21MM, and 24MM. GR86 and PRE17CY vehicles remain unsupported because no verified transport is available.
Newly reported capabilities can add entities without a reload. If Toyota later stops reporting a capability, its existing entity remains registered but becomes unavailable.
When telemetry is the only available location source, Current Location and Last Parked Location report the same coordinates.
Validation
python -m unittest discover -s tests -v- 59 tests passedpython -m compileall -q custom_components testsBroader physical testing is still needed for 24MM vehicles, Canada, EV/PHEV vehicles, 17CY, and 17CYPLUS.
A prerelease containing the current code is available as v2.8.0b4. It can be installed by adding the fork as a custom HACS repository.
Related PRs
has_entity_name, and replaces parse-order precedence with per-feature timestamp merging.