core/homeassistant/components/opentherm_gw/translations/en.json

31 lines
858 B
JSON

{
"config": {
"error": {
"already_configured": "Gateway already configured",
"id_exists": "Gateway id already exists",
"serial_error": "Error connecting to device",
"timeout": "Connection attempt timed out"
},
"step": {
"init": {
"data": {
"device": "Path or URL",
"id": "ID",
"name": "Name"
},
"title": "OpenTherm Gateway"
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Floor Temperature",
"precision": "Precision"
},
"description": "Options for the OpenTherm Gateway"
}
}
}
}