core/homeassistant/components/smartthings/translations/en_GB.json

15 lines
555 B
JSON
Raw Normal View History

2021-08-24 01:55:24 +00:00
{
"config": {
"error": {
"token_unauthorized": "The token is invalid or no longer authorised."
},
"step": {
"authorize": {
"title": "Authorise Home Assistant"
},
"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 authorise installation of the Home Assistant integration into the selected location."
}
}
}
}