2020-03-27 20:38:35 +00:00
{
"config" : {
2022-02-08 00:25:26 +00:00
"flow_title" : "{mac_address} ({host})" ,
2020-03-27 20:38:35 +00:00
"step" : {
"user" : {
"title" : "Connect to Elk-M1 Control" ,
2022-02-08 00:25:26 +00:00
"description" : "Choose a discovered system or 'Manual Entry' if no devices have been discovered." ,
"data" : {
"device" : "Device"
}
} ,
"manual_connection" : {
"title" : "[%key:component::elkm1::config::step::user::title%]" ,
2020-03-27 20:38:35 +00:00
"description" : "The address string must be in the form 'address[:port]' for 'secure' and 'non-secure'. Example: '192.168.1.1'. The port is optional and defaults to 2101 for 'non-secure' and 2601 for 'secure'. For the serial protocol, the address must be in the form 'tty[:baud]'. Example: '/dev/ttyS1'. The baud is optional and defaults to 115200." ,
"data" : {
"protocol" : "Protocol" ,
"address" : "The IP address or domain or serial port if connecting via serial." ,
2020-05-12 17:50:44 +00:00
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
2020-03-27 20:38:35 +00:00
"prefix" : "A unique prefix (leave blank if you only have one ElkM1)." ,
"temperature_unit" : "The temperature unit ElkM1 uses."
}
2022-02-08 00:25:26 +00:00
} ,
"discovered_connection" : {
"title" : "[%key:component::elkm1::config::step::user::title%]" ,
"description" : "Connect to the discovered system: {mac_address} ({host})" ,
"data" : {
"protocol" : "[%key:component::elkm1::config::step::manual_connection::data::protocol%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
"temperature_unit" : "[%key:component::elkm1::config::step::manual_connection::data::temperature_unit%]"
}
2020-03-27 20:38:35 +00:00
}
} ,
"error" : {
2020-10-01 18:12:44 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
2020-03-27 20:38:35 +00:00
} ,
"abort" : {
2022-03-29 07:10:49 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
2022-02-08 00:25:26 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-03-27 20:38:35 +00:00
"already_configured" : "An ElkM1 with this prefix is already configured" ,
"address_already_configured" : "An ElkM1 with this address is already configured"
}
}
2022-02-08 00:25:26 +00:00
}