mirror of https://github.com/home-assistant/core
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up Keenetic NDMS2 Router",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Keenetic router."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"no_udn": "SSDP discovery info has no UDN",
|
|
"not_keenetic_ndms2": "Discovered item is not a Keenetic router"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"scan_interval": "Scan interval",
|
|
"consider_home": "Consider home interval",
|
|
"interfaces": "Choose interfaces to scan",
|
|
"try_hotspot": "Use 'ip hotspot' data (most accurate)",
|
|
"include_arp": "Use ARP data (ignored if hotspot data used)",
|
|
"include_associated": "Use WiFi AP associations data (ignored if hotspot data used)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|