2019-10-05 02:38:26 +02:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
2020-10-03 15:28:42 +02:00
|
|
|
"data": {
|
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
|
|
"device": "Path or URL",
|
|
|
|
"id": "ID"
|
|
|
|
}
|
2019-10-05 02:38:26 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-25 22:01:05 +01:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2019-10-05 02:38:26 +02:00
|
|
|
"id_exists": "Gateway id already exists",
|
2022-07-31 12:21:25 +02:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]"
|
2020-04-05 17:27:16 +02:00
|
|
|
}
|
2019-10-18 02:36:34 +02:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"floor_temperature": "Floor Temperature",
|
2021-03-19 00:47:59 +01:00
|
|
|
"read_precision": "Read Precision",
|
2021-03-30 09:35:29 +02:00
|
|
|
"set_precision": "Set Precision",
|
|
|
|
"temporary_override_mode": "Temporary Setpoint Override Mode"
|
2019-10-18 02:36:34 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-10-05 02:38:26 +02:00
|
|
|
}
|
2020-04-05 17:27:16 +02:00
|
|
|
}
|