2019-10-05 00:38:26 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"title": "OpenTherm Gateway",
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "OpenTherm Gateway",
|
|
|
|
"data": {
|
|
|
|
"name": "Name",
|
|
|
|
"device": "Path or URL",
|
2019-10-18 00:36:34 +00:00
|
|
|
"id": "ID"
|
2019-10-05 00:38:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"already_configured": "Gateway already configured",
|
|
|
|
"id_exists": "Gateway id already exists",
|
|
|
|
"serial_error": "Error connecting to device",
|
|
|
|
"timeout": "Connection attempt timed out"
|
|
|
|
}
|
2019-10-18 00:36:34 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"description": "Options for the OpenTherm Gateway",
|
|
|
|
"data": {
|
|
|
|
"floor_temperature": "Floor Temperature",
|
|
|
|
"precision": "Precision"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-10-05 00:38:26 +00:00
|
|
|
}
|
|
|
|
}
|