core/homeassistant/components/opentherm_gw/strings.json

33 lines
855 B
JSON

{
"config": {
"step": {
"init": {
"title": "OpenTherm Gateway",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"device": "Path or URL",
"id": "ID"
}
}
},
"error": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"id_exists": "Gateway id already exists",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"options": {
"step": {
"init": {
"description": "Options for the OpenTherm Gateway",
"data": {
"floor_temperature": "Floor Temperature",
"read_precision": "Read Precision",
"set_precision": "Set Precision",
"temporary_override_mode": "Temporary Setpoint Override Mode"
}
}
}
}
}