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

32 lines
945 B
JSON

{
"config": {
"error": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"id_exists": "Gateway id already exists"
},
"step": {
"init": {
"data": {
"device": "Path or URL",
"id": "ID",
"name": "Name"
},
"title": "OpenTherm Gateway"
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Floor Temperature",
"read_precision": "Read Precision",
"set_precision": "Set Precision",
"temporary_override_mode": "Temporary Setpoint Override Mode"
},
"description": "Options for the OpenTherm Gateway"
}
}
}
}