mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Consistent lower-case spelling of "optional" (#55976)
This commit is contained in:
parent
232943c93d
commit
4d2432cffb
@ -6,8 +6,8 @@
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"client_id": "Client ID (Optional)",
|
||||
"client_secret": "Client Secret (Optional)"
|
||||
"client_id": "Client ID (optional)",
|
||||
"client_secret": "Client Secret (optional)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -3,7 +3,7 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"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": {
|
||||
"url": "[%key:common::config_flow::data::url%]",
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||
|
@ -19,7 +19,7 @@
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
||||
"token": "Token (Optional)"
|
||||
"token": "Token (optional)"
|
||||
}
|
||||
},
|
||||
"select_server": {
|
||||
|
@ -14,7 +14,7 @@
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::email%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"mfa": "MFA Code (Optional)"
|
||||
"mfa": "MFA Code (optional)"
|
||||
},
|
||||
"description": "Please enter your information.",
|
||||
"title": "Tesla - Configuration"
|
||||
|
@ -30,7 +30,7 @@
|
||||
"init": {
|
||||
"description": "If you leave model empty, it will be automatically detected.",
|
||||
"data": {
|
||||
"model": "Model (Optional)",
|
||||
"model": "Model (optional)",
|
||||
"transition": "Transition Time (ms)",
|
||||
"use_music_mode": "Enable Music Mode",
|
||||
"save_on_change": "Save Status On Change",
|
||||
|
Loading…
x
Reference in New Issue
Block a user