core/homeassistant/components/opentherm_gw/strings.json

23 lines
588 B
JSON

{
"config": {
"title": "OpenTherm Gateway",
"step": {
"init": {
"title": "OpenTherm Gateway",
"data": {
"name": "Name",
"device": "Path or URL",
"id": "ID",
"precision": "Climate temperature precision",
"floor_temperature": "Floor climate temperature"
}
}
},
"error": {
"already_configured": "Gateway already configured",
"id_exists": "Gateway id already exists",
"serial_error": "Error connecting to device",
"timeout": "Connection attempt timed out"
}
}
}