"description":"A Konnected Alarm Panel with ID {id} has been discovered in configuration.yaml. This flow will allow you to import it into a config entry."
"description":"Model: {model}\nID: {id}\nHost: {host}\nPort: {port}\n\nYou can configure the IO and panel behavior in the Konnected Alarm Panel settings."
"cannot_connect":"Unable to connect to a Konnected Panel at {host}:{port}"
},
"abort":{
"unknown":"Unknown error occurred",
"already_configured":"Device is already configured",
"already_in_progress":"Config flow for device is already in progress.",
"not_konn_panel":"Not a recognized Konnected.io device"
}
},
"options":{
"step":{
"options_io":{
"title":"Configure I/O",
"description":"Discovered a {model} at {host}. Select the base configuration of each I/O below - depending on the I/O it may allow for binary sensors (open/close contacts), digital sensors (dht and ds18b20), or switchable outputs. You'll be able to configure detailed options in the next steps.",
"data":{
"1":"Zone 1",
"2":"Zone 2",
"3":"Zone 3",
"4":"Zone 4",
"5":"Zone 5",
"6":"Zone 6",
"7":"Zone 7",
"out":"OUT"
}
},
"options_io_ext":{
"title":"Configure Extended I/O",
"description":"Select the configuration of the remaining I/O below. You'll be able to configure detailed options in the next steps.",
"data":{
"8":"Zone 8",
"9":"Zone 9",
"10":"Zone 10",
"11":"Zone 11",
"12":"Zone 12",
"out1":"OUT1",
"alarm1":"ALARM1",
"alarm2_out2":"OUT2/ALARM2"
}
},
"options_binary":{
"title":"Configure Binary Sensor",
"description":"Please select the options for the binary sensor attached to {zone}",
"data":{
"type":"Binary Sensor Type",
"name":"Name (optional)",
"inverse":"Invert the open/close state"
}
},
"options_digital":{
"title":"Configure Digital Sensor",
"description":"Please select the options for the digital sensor attached to {zone}",