Consistent lower-case spelling of "optional" (#55976)

This commit is contained in:
Philip Allgaier 2021-09-08 22:16:12 +02:00 committed by GitHub
parent 232943c93d
commit 4d2432cffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"client_id": "Client ID (Optional)", "client_id": "Client ID (optional)",
"client_secret": "Client Secret (Optional)" "client_secret": "Client Secret (optional)"
} }
} }
}, },

View File

@ -3,7 +3,7 @@
"step": { "step": {
"user": { "user": {
"title": "Enter your Nightscout server information.", "title": "Enter your Nightscout server information.",
"description": "- URL: the address of your nightscout instance. I.e.: https://myhomeassistant.duckdns.org:5423\n- API Key (Optional): Only use if your instance is protected (auth_default_roles != readable).", "description": "- URL: the address of your nightscout instance. I.e.: https://myhomeassistant.duckdns.org:5423\n- API Key (optional): Only use if your instance is protected (auth_default_roles != readable).",
"data": { "data": {
"url": "[%key:common::config_flow::data::url%]", "url": "[%key:common::config_flow::data::url%]",
"api_key": "[%key:common::config_flow::data::api_key%]" "api_key": "[%key:common::config_flow::data::api_key%]"

View File

@ -19,7 +19,7 @@
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]",
"ssl": "[%key:common::config_flow::data::ssl%]", "ssl": "[%key:common::config_flow::data::ssl%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
"token": "Token (Optional)" "token": "Token (optional)"
} }
}, },
"select_server": { "select_server": {

View File

@ -14,7 +14,7 @@
"data": { "data": {
"username": "[%key:common::config_flow::data::email%]", "username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"mfa": "MFA Code (Optional)" "mfa": "MFA Code (optional)"
}, },
"description": "Please enter your information.", "description": "Please enter your information.",
"title": "Tesla - Configuration" "title": "Tesla - Configuration"

View File

@ -30,7 +30,7 @@
"init": { "init": {
"description": "If you leave model empty, it will be automatically detected.", "description": "If you leave model empty, it will be automatically detected.",
"data": { "data": {
"model": "Model (Optional)", "model": "Model (optional)",
"transition": "Transition Time (ms)", "transition": "Transition Time (ms)",
"use_music_mode": "Enable Music Mode", "use_music_mode": "Enable Music Mode",
"save_on_change": "Save Status On Change", "save_on_change": "Save Status On Change",