From c0ab396e7905505234b587a1ce91f03bf3a8c466 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Mon, 12 Aug 2024 18:23:10 +1000 Subject: [PATCH] Allow for user application implementations in Tesla Fleet (#34167) * Update tesla_fleet.markdown * Update tesla_fleet.markdown * Update tesla_fleet.markdown * Update tesla_fleet.markdown * Update source/_integrations/tesla_fleet.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/tesla_fleet.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/tesla_fleet.markdown b/source/_integrations/tesla_fleet.markdown index 90026d71835c..dc1cf11871d2 100644 --- a/source/_integrations/tesla_fleet.markdown +++ b/source/_integrations/tesla_fleet.markdown @@ -26,6 +26,14 @@ The Tesla Fleet API {% term integration %} exposes various sensors from Tesla ve You must have a [Tesla](https://tesla.com) account and a Tesla vehicle, PowerWall, Solar, or Wall Connector. +{% details "Use a custom OAuth application" %} + +The integration has a built-in OAuth application that will be suitable for most users. However, you can [create your own application](https://developer.tesla.com/dashboard) for the Tesla Fleet API and configure it as an [application credential](https://my.home-assistant.io/redirect/application_credentials). When creating the application, you must set `https://my.home-assistant.io/redirect/oauth` as the redirect URL. + +You will be prompted to pick your custom application credential when creating a Tesla Fleet config entry. + +{% enddetails %} + {% include integrations/config_flow.md %} ## Scopes