mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix AladdinConnect OAuth domain (#119336)
fix aladdin connect oauth domain
This commit is contained in:
committed by
Franck Nijhof
parent
6ea18a7b24
commit
b656ef4d4f
@@ -2,5 +2,5 @@
|
||||
|
||||
DOMAIN = "aladdin_connect"
|
||||
|
||||
OAUTH2_AUTHORIZE = "https://app.aladdinconnect.com/login.html"
|
||||
OAUTH2_AUTHORIZE = "https://app.aladdinconnect.net/login.html"
|
||||
OAUTH2_TOKEN = "https://twdvzuefzh.execute-api.us-east-2.amazonaws.com/v1/oauth2/token"
|
||||
|
Reference in New Issue
Block a user