42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"title": "Set server details"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"error": {
|
|
"device_not_selected": "Select devices to configure"
|
|
},
|
|
"step": {
|
|
"device_selection": {
|
|
"data": {
|
|
"clear_device_options": "Clear all device configurations",
|
|
"device_selection": "Select devices to configure"
|
|
},
|
|
"description": "Select what configuration steps to process",
|
|
"title": "OneWire Device Options"
|
|
},
|
|
"configure_device": {
|
|
"data": {
|
|
"precision": "Sensor Precision"
|
|
},
|
|
"description": "Select sensor precision for {sensor_id}",
|
|
"title": "OneWire Sensor Precision"
|
|
}
|
|
}
|
|
}
|
|
}
|