diff --git a/source/_integrations/application_credentials.markdown b/source/_integrations/application_credentials.markdown index 0f0945b176c..ce0534aed39 100644 --- a/source/_integrations/application_credentials.markdown +++ b/source/_integrations/application_credentials.markdown @@ -16,7 +16,9 @@ The Application Credentials integration is used by integrations that use OAuth2 Some integrations like [Google Calendar](/integrations/google/) will automatically create application credentials as part of adding an integration. To view any entries: 1. Go to **{% my integrations title="Settings -> Devices & Services" %}** -2. Click the overflow menu **...** and choose **Application Credentials** +2. Click the overflow menu on the top right **...** and choose **Application Credentials** + +![Devices and services overflow menu](/images/integrations/application_credentials/devices-and-services-menu.png) ![Application credential list](/images/integrations/application_credentials/application-credentials.png) @@ -27,7 +29,7 @@ when setting up for the first time. You may also manually enter credentials with 1. Obtain an OAuth *Client ID* and *Client Secret* from the cloud provider. The integration should have specific instructions for this. 2. In Home Assistant navigate to **{% my integrations title="Settings -> Devices & Services" %}** -3. Click the overflow menu **...** and choose **Application Credentials** +3. Click the overflow menu on the top right **...** and choose **Application Credentials** 4. Select the integration, enter a *Name* and your OAuth *Client ID* and *Client Secret*. 5. Save the credentials diff --git a/source/images/integrations/application_credentials/devices-and-services-menu.png b/source/images/integrations/application_credentials/devices-and-services-menu.png new file mode 100644 index 00000000000..846d7640d4f Binary files /dev/null and b/source/images/integrations/application_credentials/devices-and-services-menu.png differ