Add note to SwitchBot locks that usernames are case sensitive (#85359)

This commit is contained in:
J. Nick Koston 2023-01-06 19:51:20 -10:00 committed by Paulus Schoutsen
parent b30d4ef7cf
commit e5ba423d6d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
} }
}, },
"lock_auth": { "lock_auth": {
"description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your locks encryption key.", "description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your locks encryption key. Usernames and passwords are case sensitive.",
"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%]"

View File

@ -21,7 +21,7 @@
"password": "Password", "password": "Password",
"username": "Username" "username": "Username"
}, },
"description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your locks encryption key." "description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your locks encryption key. Usernames and passwords are case sensitive."
}, },
"lock_choose_method": { "lock_choose_method": {
"description": "A SwitchBot lock can be set up in Home Assistant in two different ways.\n\nYou can enter the key id and encryption key yourself, or Home Assistant can import them from your SwitchBot account.", "description": "A SwitchBot lock can be set up in Home Assistant in two different ways.\n\nYou can enter the key id and encryption key yourself, or Home Assistant can import them from your SwitchBot account.",