Improve user interface strings in opentherm_gw (#136078)
parent
c5efad3a2d
commit
077fbb91c0
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue