mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
Improve user interface strings in opentherm_gw (#136078)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"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%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]"
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]"
|
||||||
}
|
}
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"gateway_id": {
|
"gateway_id": {
|
||||||
"name": "Gateway ID",
|
"name": "Gateway ID",
|
||||||
"description": "The gateway_id of the OpenTherm Gateway."
|
"description": "The ID of the OpenTherm Gateway."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user