Improve user interface strings in opentherm_gw (#136078)

pull/135856/head^2
Norbert Rittel 2025-01-20 13:28:30 +01:00 committed by GitHub
parent c5efad3a2d
commit 077fbb91c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
},
"error": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"id_exists": "Gateway id already exists",
"id_exists": "Gateway ID already exists",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]"
}
@ -379,7 +379,7 @@
"fields": {
"gateway_id": {
"name": "Gateway ID",
"description": "The gateway_id of the OpenTherm Gateway."
"description": "The ID of the OpenTherm Gateway."
}
}
},