1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-20 16:58:58 +01:00
Files
core/homeassistant/components/keenetic_ndms2/strings.json
2025-10-28 10:33:10 +01:00

47 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"no_udn": "SSDP discovery info has no UDN",
"not_keenetic_ndms2": "Discovered device is not a Keenetic router",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "The hostname or IP address of your Keenetic router."
},
"title": "Set up Keenetic NDMS2 Router"
}
}
},
"options": {
"abort": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"not_initialized": "The integration is not initialized yet. Can't display available options."
},
"step": {
"user": {
"data": {
"consider_home": "Consider home interval",
"include_arp": "Use ARP data (ignored if hotspot data used)",
"include_associated": "Use Wi-Fi AP associations data (ignored if hotspot data used)",
"interfaces": "Choose interfaces to scan",
"scan_interval": "Scan interval",
"try_hotspot": "Use 'ip hotspot' data (most accurate)"
}
}
}
}
}