mirror of https://github.com/home-assistant/core
27 lines
729 B
JSON
27 lines
729 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect To LiteJet",
|
|
"description": "Connect the LiteJet's RS232-2 port to your computer and enter the path to the serial port device.\n\nThe LiteJet MCP must be configured for 19.2 K baud, 8 data bits, 1 stop bit, no parity, and to transmit a 'CR' after each response.",
|
|
"data": {
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"open_failed": "Cannot open the specified serial port."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure LiteJet",
|
|
"data": {
|
|
"default_transition": "Default Transition (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|