2020-02-11 21:04:42 +00:00
{
"config" : {
"step" : {
2020-02-25 12:55:06 +00:00
"import_confirm" : {
"title" : "Import Konnected Device" ,
"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."
} ,
2020-02-11 21:04:42 +00:00
"user" : {
"description" : "Please enter the host information for your Konnected Panel." ,
"data" : {
2020-05-12 17:50:44 +00:00
"host" : "[%key:common::config_flow::data::ip%]" ,
"port" : "[%key:common::config_flow::data::port%]"
2020-02-11 21:04:42 +00:00
}
} ,
"confirm" : {
"title" : "Konnected Device Ready" ,
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
}
} ,
"error" : {
2020-10-06 09:49:46 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2020-02-11 21:04:42 +00:00
} ,
"abort" : {
2020-10-06 09:49:46 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2021-11-24 10:35:00 +00:00
"not_konn_panel" : "Not a recognized Konnected.io device" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2020-02-11 21:04:42 +00:00
}
} ,
"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" ,
2020-08-17 07:47:21 +00:00
"description" : "{zone} options" ,
2020-02-11 21:04:42 +00:00
"data" : {
"type" : "Binary Sensor Type" ,
2022-05-21 10:37:47 +00:00
"name" : "[%key:common::config_flow::data::name%]" ,
2020-02-11 21:04:42 +00:00
"inverse" : "Invert the open/close state"
}
} ,
"options_digital" : {
"title" : "Configure Digital Sensor" ,
2020-08-17 07:47:21 +00:00
"description" : "{zone} options" ,
2020-02-11 21:04:42 +00:00
"data" : {
"type" : "Sensor Type" ,
2022-05-21 10:37:47 +00:00
"name" : "[%key:common::config_flow::data::name%]" ,
"poll_interval" : "Poll Interval (minutes)"
2020-02-11 21:04:42 +00:00
}
} ,
"options_switch" : {
"title" : "Configure Switchable Output" ,
2020-08-17 07:47:21 +00:00
"description" : "{zone} options: state {state}" ,
2020-02-11 21:04:42 +00:00
"data" : {
2022-05-21 10:37:47 +00:00
"name" : "[%key:common::config_flow::data::name%]" ,
2020-02-11 21:04:42 +00:00
"activation" : "Output when on" ,
2022-05-21 10:37:47 +00:00
"momentary" : "Pulse duration (ms)" ,
"pause" : "Pause between pulses (ms)" ,
"repeat" : "Times to repeat (-1=infinite)" ,
2020-03-30 03:05:59 +00:00
"more_states" : "Configure additional states for this zone"
2020-02-11 21:04:42 +00:00
}
} ,
"options_misc" : {
"title" : "Configure Misc" ,
"description" : "Please select the desired behavior for your panel" ,
"data" : {
2020-08-17 07:47:21 +00:00
"discovery" : "Respond to discovery requests on your network" ,
2020-03-31 22:50:37 +00:00
"blink" : "Blink panel LED on when sending state change" ,
"override_api_host" : "Override default Home Assistant API host panel URL" ,
2022-05-21 10:37:47 +00:00
"api_host" : "Override API host URL"
2020-02-11 21:04:42 +00:00
}
}
} ,
2020-05-12 17:50:44 +00:00
"error" : {
2021-02-04 00:43:07 +00:00
"bad_host" : "Invalid Override API host URL"
2020-05-12 17:50:44 +00:00
} ,
"abort" : {
"not_konn_panel" : "Not a recognized Konnected.io device"
}
2020-02-11 21:04:42 +00:00
}
}