Move url out of starline strings.json (#154773)

This commit is contained in:
Andrew Jackson
2025-10-18 18:25:07 +01:00
committed by Franck Nijhof
parent 254a9ecc25
commit f63a527a01
2 changed files with 4 additions and 1 deletions

View File

@@ -117,6 +117,9 @@ class StarlineFlowHandler(ConfigFlow, domain=DOMAIN):
}
),
errors=errors,
description_placeholders={
"developer_account_url": "https://my.starline.ru/developer",
},
)
@callback

View File

@@ -3,7 +3,7 @@
"step": {
"auth_app": {
"title": "Application credentials",
"description": "Application ID and secret code from [StarLine developer account](https://my.starline.ru/developer)",
"description": "Application ID and secret code from [StarLine developer account]({developer_account_url})",
"data": {
"app_id": "App ID",
"app_secret": "Secret"