1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/keenetic_ndms2/strings.json
Andrey Kupreychik cbe4df1893
SSDP Discovery for NDMS2 routers (#47312)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-25 15:36:03 +02:00

39 lines
1.2 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%]"
}
}
},
"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)"
}
}
}
}
}