2019-01-31 01:31:59 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"title": "SmartThings",
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Enter Personal Access Token",
|
|
|
|
"description": "Please enter a SmartThings [Personal Access Token]({token_url}) that has been created per the [instructions]({component_url}).",
|
|
|
|
"data": {
|
|
|
|
"access_token": "Access Token"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"wait_install": {
|
|
|
|
"title": "Install SmartApp",
|
|
|
|
"description": "Please install the Home Assistant SmartApp in at least one location and click submit."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"token_invalid_format": "The token must be in the UID/GUID format",
|
|
|
|
"token_unauthorized": "The token is invalid or no longer authorized.",
|
|
|
|
"token_forbidden": "The token does not have the required OAuth scopes.",
|
|
|
|
"token_already_setup": "The token has already been setup.",
|
|
|
|
"app_setup_error": "Unable to setup the SmartApp. Please try again.",
|
|
|
|
"app_not_installed": "Please ensure you have installed and authorized the Home Assistant SmartApp and try again.",
|
2019-02-15 16:40:54 +00:00
|
|
|
"base_url_not_https": "The `base_url` for the `http` component must be configured and start with `https://`.",
|
2019-02-16 09:49:24 +00:00
|
|
|
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the component requirements."
|
2019-01-31 01:31:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|