mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Small fixes in setup flow strings, correct sentence-case (#135349)
This commit is contained in:
parent
9ef93517e7
commit
22b84450e8
@ -11,15 +11,15 @@
|
|||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"auth": {
|
"auth": {
|
||||||
"description": "To link your TelldusLive account:\n 1. Click the link below\n 2. Login to Telldus Live\n 3. Authorize **{app_name}** (select **Yes**).\n 4. Come back here and select **Submit**.\n\n [Link TelldusLive account]({auth_url})",
|
"description": "To link your TelldusLive account:\n1. Open the link below\n1. Log in to Telldus Live\n1. Authorize **{app_name}** (select **Yes**).\n1. Come back here and select **Submit**.\n\n [Link TelldusLive account]({auth_url})",
|
||||||
"title": "Authenticate against TelldusLive"
|
"title": "Authenticate with TelldusLive"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "Hostname or IP address to Tellstick Net or Tellstick ZNet for Local API."
|
"host": "Hostname or IP address to Tellstick Net or Tellstick ZNet for local API."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user