mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
Add missing hyphen to "case-sensitive" in tplink (#149363)
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"username": "Your TP-Link cloud username which is the full email and is case sensitive.",
|
||||
"password": "Your TP-Link cloud password which is case sensitive."
|
||||
"username": "Your TP-Link cloud username which is the full email and is case-sensitive.",
|
||||
"password": "Your TP-Link cloud password which is case-sensitive."
|
||||
}
|
||||
},
|
||||
"discovery_auth_confirm": {
|
||||
|
||||
Reference in New Issue
Block a user