mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add ssl and verify_ssl to base strings for config flows (#40944)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
4fea7c6775
commit
c00915a6a7
@ -8,8 +8,8 @@
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"ssl": "AdGuard Home uses a SSL certificate",
|
||||
"verify_ssl": "AdGuard Home uses a proper certificate"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
},
|
||||
"hassio_confirm": {
|
||||
|
@ -10,8 +10,8 @@
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"version": "Glances API Version (2 or 3)",
|
||||
"ssl": "Use SSL/TLS to connect to the Glances system",
|
||||
"verify_ssl": "Verify the certification of the system"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -9,8 +9,8 @@
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"base_path": "Relative path to the printer",
|
||||
"ssl": "Printer supports communication over SSL/TLS",
|
||||
"verify_ssl": "Printer uses a proper SSL certificate"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"ssl": "Connect over SSL"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]"
|
||||
}
|
||||
},
|
||||
"discovery_confirm": {
|
||||
|
@ -10,8 +10,8 @@
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"ssl": "NZBGet uses a SSL certificate",
|
||||
"verify_ssl": "NZBGet uses a proper certificate"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -8,8 +8,8 @@
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"location": "Location",
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||
"ssl": "Use SSL",
|
||||
"verify_ssl": "Verify SSL certificate"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -17,8 +17,8 @@
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"ssl": "Use SSL",
|
||||
"verify_ssl": "Verify SSL certificate",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
||||
"token": "Token (Optional)"
|
||||
}
|
||||
},
|
||||
|
@ -10,8 +10,8 @@
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||
"base_path": "Path to API",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"ssl": "Sonarr uses a SSL certificate",
|
||||
"verify_ssl": "Sonarr uses a proper certificate"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"ssl": "Use SSL/TLS to connect to your NAS",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
}
|
||||
@ -22,7 +22,7 @@
|
||||
"title": "Synology DSM",
|
||||
"description": "Do you want to setup {name} ({host})?",
|
||||
"data": {
|
||||
"ssl": "Use SSL/TLS to connect to your NAS",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"port": "[%key:common::config_flow::data::port%]"
|
||||
|
@ -9,7 +9,7 @@
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"site": "Site ID",
|
||||
"verify_ssl": "Controller using proper certificate"
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -10,8 +10,8 @@
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"path": "ZM Path",
|
||||
"path_zms": "ZMS Path",
|
||||
"ssl": "Use SSL for connections to ZoneMinder",
|
||||
"verify_ssl": "Verify SSL Certificate"
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -37,6 +37,8 @@
|
||||
"access_token": "Access Token",
|
||||
"api_key": "API Key",
|
||||
"api_token": "API Token",
|
||||
"ssl": "Uses an SSL certificate",
|
||||
"verify_ssl": "Verify SSL certificate",
|
||||
"longitude": "Longitude",
|
||||
"latitude": "Latitude"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user