Fix sentence-case and naming of "Security code" in tradfri (#141440)

This commit is contained in:
Norbert Rittel 2025-03-26 09:07:30 +01:00 committed by GitHub
parent 18dfd3db88
commit 1cb4332a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
"description": "You can find the security code on the back of your gateway.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"security_code": "Security Code"
"security_code": "Security code"
},
"data_description": {
"host": "Hostname or IP address of your Trådfri gateway."
@ -14,7 +14,7 @@
}
},
"error": {
"invalid_security_code": "Failed to register with provided key. If this keeps happening, try restarting the gateway.",
"invalid_security_code": "Failed to register with provided code. If this keeps happening, try restarting the gateway.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"timeout": "Timeout validating the code.",
"cannot_authenticate": "Cannot authenticate, is Gateway paired with another server like e.g. Homekit?"