-
Notifications
You must be signed in to change notification settings - Fork 26
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
[FEATURE] Send location to vehicle #684
Comments
This integration is no longer under active development. Please consider switching to https://github.com/skodaconnect/homeassistant-myskoda |
This issue will be transferred to skodaconnect/homeassistant-myskoda, since this integration is now obsolete. |
@jd1 Have you moved to the MySkoda connectivity, and if so, can you achieve this using the MySkoda app? |
Yes, I already switched to MySkoda. In the app, you can select maps and send a location to the vehicle. |
Would you be so kind to make a few screenshots? |
I see this has been added in my v8.1.0 app as well. It appears we have the URL's in skodaconnect/myskoda#393 to start supporting this 🥳 |
Is your feature request related to a problem? Please describe.
I would like to send to location of calendar entries to my car.
Describe the solution you'd like
The skodaconnect component should offer a new service to send a location to the car.
Describe alternatives you've considered
I can use the app or web, but it don't like the manual process.
Additional context
There is an API which is used by skoda-connect.com:
POST https://api.skoda-connect.com/vehicles/{vehicle}/trips/steps
Body:
[{"name":"Tiergarten","location":{"latitude":52.514534,"longitude":13.3501015}}]
The text was updated successfully, but these errors were encountered: