2020-02-11 21:04:42 +00:00
{
"config" : {
"abort" : {
"already_configured" : "Device is already configured" ,
2020-10-04 00:05:05 +00:00
"already_in_progress" : "Configuration flow is already in progress" ,
2020-02-11 21:04:42 +00:00
"not_konn_panel" : "Not a recognized Konnected.io device" ,
"unknown" : "Unknown error occurred"
} ,
"error" : {
"cannot_connect" : "Unable to connect to a Konnected Panel at {host}:{port}"
} ,
"step" : {
"confirm" : {
2020-02-25 12:55:06 +00:00
"description" : "Model: {model}\nID: {id}\nHost: {host}\nPort: {port}\n\nYou can configure the IO and panel behavior in the Konnected Alarm Panel settings." ,
2020-02-11 21:04:42 +00:00
"title" : "Konnected Device Ready"
} ,
2020-02-25 12:55:06 +00:00
"import_confirm" : {
"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." ,
"title" : "Import Konnected Device"
} ,
2020-02-11 21:04:42 +00:00
"user" : {
"data" : {
2020-07-07 00:17:49 +00:00
"host" : "IP Address" ,
2020-05-13 18:27:21 +00:00
"port" : "Port"
2020-02-11 21:04:42 +00:00
} ,
2020-05-29 00:04:16 +00:00
"description" : "Please enter the host information for your Konnected Panel."
2020-02-11 21:04:42 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-02-11 21:04:42 +00:00
} ,
"options" : {
"abort" : {
"not_konn_panel" : "Not a recognized Konnected.io device"
} ,
2020-03-31 22:50:37 +00:00
"error" : {
"bad_host" : "Invalid Override API host url"
} ,
2020-02-11 21:04:42 +00:00
"step" : {
"options_binary" : {
"data" : {
"inverse" : "Invert the open/close state" ,
"name" : "Name (optional)" ,
"type" : "Binary Sensor Type"
} ,
2020-08-17 07:47:21 +00:00
"description" : "{zone} options" ,
2020-02-11 21:04:42 +00:00
"title" : "Configure Binary Sensor"
} ,
"options_digital" : {
"data" : {
"name" : "Name (optional)" ,
"poll_interval" : "Poll Interval (minutes) (optional)" ,
"type" : "Sensor Type"
} ,
2020-08-17 07:47:21 +00:00
"description" : "{zone} options" ,
2020-02-11 21:04:42 +00:00
"title" : "Configure Digital Sensor"
} ,
"options_io" : {
"data" : {
"1" : "Zone 1" ,
"2" : "Zone 2" ,
"3" : "Zone 3" ,
"4" : "Zone 4" ,
"5" : "Zone 5" ,
"6" : "Zone 6" ,
"7" : "Zone 7" ,
"out" : "OUT"
} ,
"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." ,
"title" : "Configure I/O"
} ,
"options_io_ext" : {
"data" : {
"10" : "Zone 10" ,
"11" : "Zone 11" ,
"12" : "Zone 12" ,
"8" : "Zone 8" ,
"9" : "Zone 9" ,
"alarm1" : "ALARM1" ,
"alarm2_out2" : "OUT2/ALARM2" ,
"out1" : "OUT1"
} ,
"description" : "Select the configuration of the remaining I/O below. You'll be able to configure detailed options in the next steps." ,
"title" : "Configure Extended I/O"
} ,
"options_misc" : {
"data" : {
2020-03-31 22:50:37 +00:00
"api_host" : "Override API host URL (optional)" ,
"blink" : "Blink panel LED on when sending state change" ,
2020-08-17 07:47:21 +00:00
"discovery" : "Respond to discovery requests on your network" ,
2020-03-31 22:50:37 +00:00
"override_api_host" : "Override default Home Assistant API host panel URL"
2020-02-11 21:04:42 +00:00
} ,
"description" : "Please select the desired behavior for your panel" ,
"title" : "Configure Misc"
} ,
"options_switch" : {
"data" : {
"activation" : "Output when on" ,
"momentary" : "Pulse duration (ms) (optional)" ,
2020-03-30 03:05:59 +00:00
"more_states" : "Configure additional states for this zone" ,
2020-02-11 21:04:42 +00:00
"name" : "Name (optional)" ,
"pause" : "Pause between pulses (ms) (optional)" ,
"repeat" : "Times to repeat (-1=infinite) (optional)"
} ,
2020-08-17 07:47:21 +00:00
"description" : "{zone} options: state {state}" ,
2020-02-11 21:04:42 +00:00
"title" : "Configure Switchable Output"
}
2020-04-16 20:00:10 +00:00
}
}
2020-02-11 21:04:42 +00:00
}