Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CA): Genesis Location #597

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

hurricane7719
Copy link

Update to resolve issue #906 in kia_uvo

Updated URL for location request.

@cdnninja cdnninja changed the title Genesis Canada Location fix fix(CA): Genesis Location Jul 22, 2024
@@ -422,11 +422,11 @@ def _update_vehicle_properties_service(self, vehicle: Vehicle, state: dict) -> N
def _update_vehicle_properties_location(
self, vehicle: Vehicle, state: dict
) -> None:
if get_child_value(state, "coord.lat"):
if get_child_value(state, "gpsDetail.coord.lat"):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't this break other brands within Canada?

@hurricane7719
Copy link
Author

hurricane7719 commented Jul 22, 2024 via email

@cdnninja
Copy link
Collaborator

cdnninja commented Aug 5, 2024

How about we scream test? We can make the change and see if we get reports of issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants