Skip to content

Commit 60e0c34

Browse files
docs: added notice about passkeys to the readme (#939)
The authentication via username/password or app password fails reliably when the account uses a passkey as 2FA. When a passkey is required, the master token must be used, as the glocaltoken library doesn't support them. See leikoilja/glocaltokens#521
1 parent 41bc0b7 commit 60e0c34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ Use Home Assistant v2024.11.0 or above.
224224

225225
This integration uses your google account username and app password.
226226
See [2 Factor Authentication](#2-factor-authentication--app-passwords) section for tips
227-
how to setup app password. However, we strongly recommend protection your main
227+
how to setup app password. If you have created a passkey for your Google Account you must obtain the master token for your account as described in the [corresponding section](#master-token).
228+
229+
However, we strongly recommend protection your main
228230
google account by not exposing it to the Home Assistant for automation purposes.
229231
We encourage you to create a separate Google account and add it to your Google Home.
230232
Your second account would not have access to anything other than Google Home, so even if it

0 commit comments

Comments
 (0)