The GA migration instructions don’t quite match current reality, so I would sure appreciate some clarification. Here’s what I see on my existing Actions on Google console configuration:
The instructions say the following:
In the Client information
section:
- Change
Client ID
tohttps://oauth-redirect.googleusercontent.com/
, the trailing slash is important. - Input any string you like into
Client Secret
, Home Assistant doesn’t need this field. - Change
Authorization URL
tohttps://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize
(replace with your actual URL). - Change
Token URL
tohttps://[YOUR HOME ASSISTANT URL:PORT]/auth/token
(replace with your actual URL).
The problem is, there is no Token URL field. How am I missing this? Do the instructions need to be updated?