29 lines
754 B
JSON
29 lines
754 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{serial} ({host})",
|
|
"step": {
|
|
"manual_device_entry": {
|
|
"description": "Local Configuration",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
},
|
|
"dhcp_confirm": {
|
|
"description": "Do you want to setup {host}\nSerial: {serial}?"
|
|
},
|
|
"pick_device": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"not_intellifire_device": "Not an IntelliFire Device."
|
|
}
|
|
}
|
|
}
|