2020-05-26 13:47:25 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"description": "Configure a local Elexa Guardian device.",
|
|
|
|
"data": {
|
2020-10-01 14:31:34 +00:00
|
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
2020-10-02 01:16:15 +00:00
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2020-05-26 13:47:25 +00:00
|
|
|
}
|
|
|
|
},
|
2021-05-11 02:26:15 +00:00
|
|
|
"discovery_confirm": {
|
2020-05-26 13:47:25 +00:00
|
|
|
"description": "Do you want to set up this Guardian device?"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-02 01:16:15 +00:00
|
|
|
"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%]",
|
2020-10-02 01:16:15 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-05-26 13:47:25 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|