mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 22:26:34 +00:00
Move url out of starline strings.json (#154773)
This commit is contained in:
committed by
Franck Nijhof
parent
254a9ecc25
commit
f63a527a01
@@ -117,6 +117,9 @@ class StarlineFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
}
|
||||
),
|
||||
errors=errors,
|
||||
description_placeholders={
|
||||
"developer_account_url": "https://my.starline.ru/developer",
|
||||
},
|
||||
)
|
||||
|
||||
@callback
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user