2022-01-20 09:01:04 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2022-03-20 23:51:54 +00:00
|
|
|
"flow_title": "{serial} ({host})",
|
2022-01-20 09:01:04 +00:00
|
|
|
"step": {
|
2022-03-14 06:58:55 +00:00
|
|
|
"manual_device_entry": {
|
|
|
|
"description": "Local Configuration",
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
}
|
|
|
|
},
|
2022-03-20 23:51:54 +00:00
|
|
|
"dhcp_confirm": {
|
|
|
|
"description": "Do you want to setup {host}\nSerial: {serial}?"
|
|
|
|
},
|
2022-03-14 06:58:55 +00:00
|
|
|
"pick_device": {
|
2022-01-20 09:01:04 +00:00
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2022-01-20 12:48:24 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2022-01-20 09:01:04 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2022-03-20 23:51:54 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2022-03-30 08:35:30 +00:00
|
|
|
"not_intellifire_device": "Not an IntelliFire Device."
|
2022-01-20 09:01:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|