Add missing hyphen to "case-sensitive" in tplink (#149363)

This commit is contained in:
Norbert Rittel 2025-07-25 19:01:57 +02:00 committed by GitHub
parent 4bbb94f43d
commit f3513f7f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
}, },
"data_description": { "data_description": {
"username": "Your TP-Link cloud username which is the full email and 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." "password": "Your TP-Link cloud password which is case-sensitive."
} }
}, },
"discovery_auth_confirm": { "discovery_auth_confirm": {