mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix SmartThings Translation Error (#21103)
This commit is contained in:
parent
4c23ccad98
commit
b39b66ef65
@ -8,7 +8,7 @@
|
|||||||
"token_forbidden": "The token does not have the required OAuth scopes.",
|
"token_forbidden": "The token does not have the required OAuth scopes.",
|
||||||
"token_invalid_format": "The token must be in the UID/GUID format",
|
"token_invalid_format": "The token must be in the UID/GUID format",
|
||||||
"token_unauthorized": "The token is invalid or no longer authorized.",
|
"token_unauthorized": "The token is invalid or no longer authorized.",
|
||||||
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the [component requirements]({component_url})."
|
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the component requirements."
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"app_setup_error": "Unable to setup the SmartApp. Please try again.",
|
"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.",
|
"app_not_installed": "Please ensure you have installed and authorized the Home Assistant SmartApp and try again.",
|
||||||
"base_url_not_https": "The `base_url` for the `http` component must be configured and start with `https://`.",
|
"base_url_not_https": "The `base_url` for the `http` component must be configured and start with `https://`.",
|
||||||
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the [component requirements]({component_url})."
|
"webhook_error": "SmartThings could not validate the endpoint configured in `base_url`. Please review the component requirements."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user