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

31 lines
897 B
JSON
Raw Normal View History

{
"config": {
"error": {
2020-10-26 00:03:36 +00:00
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
2022-08-01 00:28:32 +00:00
"id_exists": "Gateway id already exists",
"timeout_connect": "Timeout establishing connection"
},
"step": {
"init": {
"data": {
"device": "Path or URL",
"id": "ID",
2020-04-08 00:08:19 +00:00
"name": "Name"
2022-05-19 00:26:11 +00:00
}
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"step": {
"init": {
"data": {
2019-10-19 00:32:15 +00:00
"floor_temperature": "Floor Temperature",
2021-03-19 00:03:03 +00:00
"read_precision": "Read Precision",
2021-03-31 00:04:33 +00:00
"set_precision": "Set Precision",
"temporary_override_mode": "Temporary Setpoint Override Mode"
2022-05-19 00:26:11 +00:00
}
}
}
2020-04-16 20:00:10 +00:00
}
}