1
0
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:
Thomas55555
2026-01-29 21:27:37 +01:00
committed by GitHub
parent 97a7ab011b
commit b1be3fe0da
2 changed files with 3 additions and 2 deletions

View File

@@ -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"
}

View File

@@ -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",