mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Update strings for Telegram bot (#148409)
This commit is contained in:
parent
e393929014
commit
91b8262128
@ -220,15 +220,15 @@
|
||||
},
|
||||
"username": {
|
||||
"name": "[%key:common::config_flow::data::username%]",
|
||||
"description": "Username for a URL which requires HTTP `basic` or `digest` authentication."
|
||||
"description": "Username for a URL that requires 'Basic' or 'Digest' authentication."
|
||||
},
|
||||
"password": {
|
||||
"name": "[%key:common::config_flow::data::password%]",
|
||||
"description": "Password (or bearer token) for a URL which require authentication."
|
||||
"description": "Password (or bearer token) for a URL that requires authentication."
|
||||
},
|
||||
"authentication": {
|
||||
"name": "Authentication method",
|
||||
"description": "Define which authentication method to use. Set to `basic` for HTTP basic authentication, `digest` for HTTP digest authentication, or `bearer_token` for OAuth 2.0 bearer token authentication."
|
||||
"description": "Define which authentication method to use. Set to 'Basic' for HTTP basic authentication, 'Digest' for HTTP digest authentication, or 'Bearer token' for OAuth 2.0 bearer token authentication."
|
||||
},
|
||||
"target": {
|
||||
"name": "Target",
|
||||
@ -950,10 +950,6 @@
|
||||
"deprecated_yaml_import_issue_error": {
|
||||
"title": "YAML import failed due to invalid {error_field}",
|
||||
"description": "Configuring {integration_title} using YAML is being removed but there was an error while importing your existing configuration ({telegram_bot}): {error_message}.\nSetup will not proceed.\n\nVerify that your {telegram_bot} is operating correctly and restart Home Assistant to attempt the import again.\n\nAlternatively, you may remove the `{domain}` configuration from your configuration.yaml entirely, restart Home Assistant, and add the {integration_title} integration manually."
|
||||
},
|
||||
"proxy_params_auth_deprecation": {
|
||||
"title": "{telegram_bot}: Proxy authentication should be moved to the URL",
|
||||
"description": "Authentication details for the the proxy configured in the {telegram_bot} integration should be moved into the {proxy_url} instead. Please update your configuration and restart Home Assistant to fix this issue.\n\nThe {proxy_params} config key will be removed in a future release."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user