Update Android redirect URIs for Wear OAuth without app (#23909)

This commit is contained in:
Joris Pelgröm 2022-08-29 20:21:44 +02:00 committed by GitHub
parent 6502672982
commit bbd7036253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,7 @@ description: "Landing page for Home Assistant Android app."
---
<link rel='redirect_uri' href='homeassistant://auth-callback'>
<link rel='redirect_uri' href='https://wear.googleapis.com/3p_auth/io.homeassistant.companion.android'>
<link rel='redirect_uri' href='https://wear.googleapis.com/3p_auth/io.homeassistant.companion.android.debug'>
<script>document.location.href = 'https://companion.home-assistant.io/';</script>