You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/core/platform/application_credentials.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ Translations for Application Credentials are defined under the `application_cred
132
132
```json
133
133
{
134
134
"application_credentials": {
135
-
"description": "Navigate to the [developer console]({console_url}) to create credentials then enter them below.",
135
+
"description": "Navigate to the [developer console]({console_url}) to create credentials. Add `{redirect_url}` under *Authorized redirect URI*. Then enter the credentials below.",
136
136
}
137
137
}
138
138
```
@@ -141,12 +141,14 @@ You may optionally add description placeholder keys that are added to the messag
141
141
142
142
```python
143
143
from homeassistant.core import HomeAssistant
144
+
from homeassistant.helpers import config_entry_oauth2_flow
While developing locally, you will need to run `python3 -m script.translations develop` to see changes made to `strings.json`[More info on translating Home Assistant.](translations.md)
154
+
While developing locally, you will need to run `python3 -m script.translations develop` to see changes made to `strings.json`[More info on translating Home Assistant.](translations.md)
0 commit comments