From bb8f8dd862c5840659701a1b79b63cb685d5acf9 Mon Sep 17 00:00:00 2001 From: Richard Kroegel <42204099+rikroe@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:01:47 +0100 Subject: [PATCH] Add documention for BMW captcha during config flow (#36032) Co-authored-by: Franck Nijhof --- source/_integrations/bmw_connected_drive.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/bmw_connected_drive.markdown b/source/_integrations/bmw_connected_drive.markdown index 5ab08d0bd65..921500be0ec 100644 --- a/source/_integrations/bmw_connected_drive.markdown +++ b/source/_integrations/bmw_connected_drive.markdown @@ -60,6 +60,15 @@ This integration provides the following platforms: Enable the `BMW Connected Drive` integration via **Settings** -> **Devices & Services**. +{% important %} +The `North America` and `Rest of world` regions require a captcha challenge to be solved, i.e. you need to verify that you are a human. +After entering your login data, a second step will ask for a `Captcha token` and provide you with a link to a website. +Please open this link, solve the "are you a human?" challenge and press `Submit`. +Copy the resulting token into Home Assistant and continue. + +No data of your Home Assistant instance is shared with any third party during this step. +{% endimportant %} + {% note %} For `china`, it is mandatory to prefix your username/phone number with `86`, i.e. `8612345678`. {% endnote %}