Application Credentials
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 will automatically create application credentials as part of adding an integration. To view any entries:
- Go to Settings -> Devices & Services
- Click the overflow menu on the top right … and choose Application Credentials
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:
- Obtain an OAuth Client ID and Client Secret from the cloud provider. The integration should have specific instructions for this.
- In Home Assistant navigate to Settings -> Devices & Services
- Click the overflow menu on the top right … and choose Application Credentials
- Select the integration, enter a Name and your OAuth Client ID and Client Secret.
- Save the credentials
You may then visit Integrations and setup the integration.