-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Added navigation commands to tesla_fleet #145854
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
Added navigation commands to tesla_fleet #145854
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there @Bre77, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
The project usually likes library bumps done separately, so I'll make a PR and push 1.1.1 shortly. |
Rebase after #145869 is merged. |
Thanks @Bre77 will rebase and push up once merged. |
@Bre77, this has been merged with the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready for merge
@Bre77 any idea if there's anything outstanding on this or is it usual to take a few weeks to be approved? |
Closing as this isn't going anywhere. |
Proposed change
This adds services to send navigation requests to a Tesla. If the car is in standby it will appear once you hop in. If the car is active it will override the current route.
The services that have been added are:
tesla_fleet.navigate_to_supercharger_request
- sends a request to navigate to a specified supercharger. The car will also initiate preconditioning (if required).tesla_fleet.navigation_gps_request
- sends a navigation request in lat/long formattesla_fleet.navigation_request
- sends a navigation request in the form of free text (i.e.Ally's Bakery
, or123 Smith St NY
, orhttps://maps.app.goo.gl/bvFT69n4rq6Jcfau9
)tesla_fleet.share_to_vehicle
- can be used to either send a maps URL or a YouTube URL (i.e `https://www.youtube.com/watch?v=dQw4w9WgXcQ). When sharing YouTube it will popup on the screen.Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: