You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:title="`Your origin domain is https://${id}.fleetkey.cc`"
121
+
:title="`Your unique origin domain is https://${id}.fleetkey.cc`"
72
122
card
73
123
/>
74
124
<ULandingSection
75
-
title="Step 2"
125
+
title="Step 1 & 2"
76
126
:description="`Create a Tesla Fleet application and set its origin to https://${id}.fleetkey.cc, and redirect to https://my.home-assistant.io/redirect/oauth.`"
77
127
>
78
128
<UButton
@@ -88,19 +138,18 @@ const upload = () =>
88
138
>
89
139
<div>
90
140
<div>
91
-
To generate a public key use
141
+
First generate a private key. This needs to be placed in your Home
description="Generate a partner authentication token and use it to call the register endpoint to complete registration with Fleet API."
127
-
:links="{
128
-
label: 'Documentation',
129
-
to: 'https://developer.tesla.com/docs/fleet-api/getting-started/what-is-fleet-api#step-3-generate-a-public-private-key-pair',
130
-
}"
175
+
description="Generate a partner authentication token and use it to call the register endpoint to complete registration with Fleet API. You can run these commands manually if you prefer, however these details are not stored."
0 commit comments