mirror of https://github.com/home-assistant/core
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"device": "Select device"
|
|
}
|
|
},
|
|
"setup_serial_manual_path": {
|
|
"data": {
|
|
"device": "[%key:common::config_flow::data::usb_path%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|