1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/litejet/strings.json
2022-03-30 10:35:30 +02:00

30 lines
846 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%]"
}
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"error": {
"open_failed": "Cannot open the specified serial port."
}
},
"options": {
"step": {
"init": {
"title": "Configure LiteJet",
"data": {
"default_transition": "Default Transition (seconds)"
}
}
}
}
}