From 67e3a0ecaacb00d7397afc3b8afd00af356a795e Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 27 Apr 2022 02:17:15 -0600 Subject: [PATCH] Update SimpliSafe docs to reflect simpler setup (#22423) --- source/_integrations/simplisafe.markdown | 36 ------------------------ 1 file changed, 36 deletions(-) diff --git a/source/_integrations/simplisafe.markdown b/source/_integrations/simplisafe.markdown index 91025d839d8..5f37ce42cb0 100644 --- a/source/_integrations/simplisafe.markdown +++ b/source/_integrations/simplisafe.markdown @@ -43,42 +43,6 @@ SimpliSafe offers several [monitoring plans](https://support.simplisafe.com/hc/e {% include integrations/config_flow.md %} -## Getting an Authorization Code - -
-You must have multi-factor authentication set up in your SimpliSafe account to install the integration. -
- -
-You must use a "standard" operating system (Windows, macOS, Linux) to perform the below instructions. Indications are that non-standard OS's, like Chrome OS, will not work. -
- -
-Because of a technical limitation, the below instructions will not work for iOS users as-is. It is recommended that you set up the SimpliSafe integration from a desktop browser. If you must use an iOS device, please ensure that the SimpliSafe app is not installed before beginning; the app can be re-installed after the integration is set up. -
- -Starting in 2021, SimpliSafe has moved to a new authentication mechanism via its web app. Below are instructions on retrieving the authorization code needed to finish setting the integration up. - -1. Initiate adding the integration via the instructions above. -2. When prompted, click the link that opens the SimpliSafe web app. -3. Input your SimpliSafe credentials. You will see "Verification Pending" – leave this browser tab open. -4. You will receive a multi-factor authentication prompt, either via SMS or email. Regardless of the type, use this message to verify the access request. -5. After the verification is successful, return to the first browser tab/window. - -Retrieving the access code is different depending on which browser you are using: - -* Chrome: Navigate to `Developer -> Developer Tools -> Console Tab` and look for a `Failed to launch` error. -* Edge: Navigate to `Developer -> Developer Tools -> Console Tab` and look for a `Failed to launch` error. -* Safari: Navigate to `Develop -> Show Web Inspector -> Network Tab` and look for a reference to `ErrorPage.html`. - -Look for a reference to a URL that starts with `com.simplisafe.mobile://` and note the code at the end: - -```txt -com.simplisafe.mobile://auth.simplisafe.com/ios/com.simplisafe.mobile/callback?code= -``` - -Copy/paste this code parameter into Home Assistant to finish setting up the integration. - ## Services ### `simplisafe.clear_notifications`