Add location to base strings for config flows (#42374)
This commit is contained in:
parent
cbf6086c30
commit
fe62543a25
5 changed files with 5 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
"select_location": {
|
||||
"title": "Select Location",
|
||||
"description": "Please select the SmartThings Location you wish to add to Home Assistant. We will then open a new window and ask you to login and authorize installation of the Home Assistant integration into the selected location.",
|
||||
"data": { "location_id": "Location" }
|
||||
"data": { "location_id": "[%key:common::config_flow::data::location%]" }
|
||||
},
|
||||
"authorize": { "title": "Authorize Home Assistant" }
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue