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
Copy file name to clipboardExpand all lines: app/pages/index.vue
+27-2Lines changed: 27 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,24 @@ const upload = () =>
67
67
</template>
68
68
</ULandingHero>
69
69
70
+
<ULandingCTA
71
+
:title="`Your origin domain is https://${id}.fleetkey.cc`"
72
+
card
73
+
/>
70
74
<ULandingSection
71
-
headline="Your Origin domain:"
72
-
:title="`${id}.fleetkey.cc`"
75
+
title="Step 2"
76
+
: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
+
>
78
+
<UButton
79
+
to="https://developer.tesla.com/request"
80
+
label="Create Fleet API application"
81
+
target="_blank"
82
+
block
83
+
/>
84
+
</ULandingSection>
85
+
<ULandingSection
86
+
title="Step 3"
87
+
description="A public key must be hosted on the application's domain before making calls to Fleet API. The key is used to validate ownership of the domain and provide additional security when using Vehicle Commands and Fleet Telemetry."
0 commit comments