diff --git a/source/_integrations/application_credentials.markdown b/source/_integrations/application_credentials.markdown index 98b45035c8d..0f0945b176c 100644 --- a/source/_integrations/application_credentials.markdown +++ b/source/_integrations/application_credentials.markdown @@ -12,15 +12,24 @@ ha_integration_type: integration The Application Credentials integration is used by integrations that use OAuth2 to link your account to Home Assistant. The most common and preferred approach is using account linking with Home Assistant Cloud, however not all cloud providers support that and integrations can use Application Credentials instead. Additionally, users may use Application Credentials if preferred instead of Home Assistant Cloud Account Linking. +## Automatic Setup + +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** + +![Application credential list](/images/integrations/application_credentials/application-credentials.png) + ## Manual Setup Note that integrations that do not support cloud linking will prompt to setup Application Credentials when setting up for the first time. You may also manually enter credentials with the following steps: 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 **Settings** -> **Devices & Services** +2. In Home Assistant navigate to **{% my integrations title="Settings -> Devices & Services" %}** 3. Click the overflow menu **...** and choose **Application Credentials** 4. Select the integration, enter a *Name* and your OAuth *Client ID* and *Client Secret*. 5. Save the credentials +![Manual setup](/images/integrations/application_credentials/application-credential-setup.png) You may then visit **Integrations** and setup the integration. \ No newline at end of file diff --git a/source/images/integrations/application_credentials/application-credential-setup.png b/source/images/integrations/application_credentials/application-credential-setup.png new file mode 100644 index 00000000000..ff5b5935198 Binary files /dev/null and b/source/images/integrations/application_credentials/application-credential-setup.png differ diff --git a/source/images/integrations/application_credentials/application-credentials.png b/source/images/integrations/application_credentials/application-credentials.png new file mode 100644 index 00000000000..380219c4f66 Binary files /dev/null and b/source/images/integrations/application_credentials/application-credentials.png differ