From ff7234aaa807ed6f697c22e093e673972d657740 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 19 Jun 2025 15:27:30 -0400 Subject: [PATCH] Fix liquid error in tesla fleet (#39641) --- source/_integrations/tesla_fleet.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/tesla_fleet.markdown b/source/_integrations/tesla_fleet.markdown index 2a4fb705fca..33c4d4b628c 100644 --- a/source/_integrations/tesla_fleet.markdown +++ b/source/_integrations/tesla_fleet.markdown @@ -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` 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 {% include integrations/config_flow.md %}