Fix liquid error in tesla fleet (#39641)

This commit is contained in:
Paulus Schoutsen 2025-06-19 15:27:30 -04:00 committed by GitHub
parent eb1bc80b1b
commit ff7234aaa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,8 @@ While the [Tesla Fleet API documentation Step 3](https://developer.tesla.com/doc
1. During the integration setup, you will be provided your public key. Save this as `com.tesla.3p.public-key.pem` 1. During the integration setup, you will be provided your public key. Save this as `com.tesla.3p.public-key.pem`
2. Host this file on your domain at the path `/.well-known/appspecific/com.tesla.3p.public-key.pem`. Do not use redirection logic to handle this, or the Tesla API will not recognize your app later in the process. 2. Host this file on your domain at the path `/.well-known/appspecific/com.tesla.3p.public-key.pem`. Do not use redirection logic to handle this, or the Tesla API will not recognize your app later in the process.
{% enddetails %}
### Step 4: Connect to Home Assistant ### Step 4: Connect to Home Assistant
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}