2021-06-28 10:49:14 +00:00
{
"title" : "Nmap Tracker" ,
"options" : {
"step" : {
2022-03-30 08:35:30 +00:00
"init" : {
"description" : "[%key:component::nmap_tracker::config::step::user::description%]" ,
"data" : {
"hosts" : "[%key:component::nmap_tracker::config::step::user::data::hosts%]" ,
"home_interval" : "[%key:component::nmap_tracker::config::step::user::data::home_interval%]" ,
"consider_home" : "Seconds to wait till marking a device tracker as not home after not being seen." ,
"exclude" : "[%key:component::nmap_tracker::config::step::user::data::exclude%]" ,
"scan_options" : "[%key:component::nmap_tracker::config::step::user::data::scan_options%]" ,
"interval_seconds" : "Scan interval"
2021-06-28 10:49:14 +00:00
}
2022-03-30 08:35:30 +00:00
}
2021-06-28 10:49:14 +00:00
} ,
"error" : {
"invalid_hosts" : "[%key:component::nmap_tracker::config::error::invalid_hosts%]"
}
} ,
"config" : {
"step" : {
"user" : {
2022-03-30 08:35:30 +00:00
"description" : "Configure hosts to be scanned by Nmap. Network address and excludes can be IP Addresses (192.168.1.1), IP Networks (192.168.0.0/24) or IP Ranges (192.168.1.0-32)." ,
2021-06-28 10:49:14 +00:00
"data" : {
2022-03-27 02:05:02 +00:00
"hosts" : "Network addresses (comma separated) to scan" ,
2021-06-28 10:49:14 +00:00
"home_interval" : "Minimum number of minutes between scans of active devices (preserve battery)" ,
2022-03-27 02:05:02 +00:00
"exclude" : "Network addresses (comma separated) to exclude from scanning" ,
2021-06-28 10:49:14 +00:00
"scan_options" : "Raw configurable scan options for Nmap"
}
}
} ,
"error" : {
"invalid_hosts" : "Invalid Hosts"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_location%]"
}
}
2022-03-27 02:05:02 +00:00
}