mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Mention case-sensitivity in tplink credentials prompt (#134606)
This commit is contained in:
parent
80371a865e
commit
69241e4ca6
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"user_auth_confirm": {
|
"user_auth_confirm": {
|
||||||
"title": "Authenticate",
|
"title": "Authenticate",
|
||||||
"description": "The device requires authentication, please input your TP-Link credentials below.",
|
"description": "The device requires authentication, please input your TP-Link credentials below. Note, that both e-mail and password 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%]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user