mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Consistent lower-case spelling of "optional" (#55976)
This commit is contained in:
parent
232943c93d
commit
4d2432cffb
@ -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)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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%]"
|
||||||
|
@ -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": {
|
||||||
|
@ -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"
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user