2019-10-05 00:38:26 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "OpenTherm Gateway",
|
2020-10-03 13:28:42 +00:00
|
|
|
"data": {
|
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
|
|
"device": "Path or URL",
|
|
|
|
"id": "ID"
|
|
|
|
}
|
2019-10-05 00:38:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-25 21:01:05 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2019-10-05 00:38:26 +00:00
|
|
|
"id_exists": "Gateway id already exists",
|
2020-10-25 21:01:05 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2019-10-18 00:36:34 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"description": "Options for the OpenTherm Gateway",
|
|
|
|
"data": {
|
|
|
|
"floor_temperature": "Floor Temperature",
|
2021-03-18 23:47:59 +00:00
|
|
|
"read_precision": "Read Precision",
|
|
|
|
"set_precision": "Set Precision"
|
2019-10-18 00:36:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-10-05 00:38:26 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|