mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Introduce common string for data description of verify_ssl (#160703)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"data_description": {
|
||||
"calendar_name": "The name of the calendar shown in the UI.",
|
||||
"url": "The URL of the remote calendar.",
|
||||
"verify_ssl": "Enable SSL certificate verification for secure connections."
|
||||
"verify_ssl": "[%key:common::config_flow::description::verify_ssl%]"
|
||||
},
|
||||
"description": "Please choose a name for the calendar to be imported"
|
||||
}
|
||||
|
||||
@@ -75,7 +75,8 @@
|
||||
},
|
||||
"description": {
|
||||
"confirm_setup": "Do you want to start setup?",
|
||||
"implementation": "The credentials you want to use to authenticate."
|
||||
"implementation": "The credentials you want to use to authenticate.",
|
||||
"verify_ssl": "Whether to verify the SSL certificate of the server. Disable this if the server uses a self-signed or otherwise invalid certificate."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
|
||||
Reference in New Issue
Block a user