Nmap how to change home_interval less then 1 min?

Can i change Nmap home_interval less then 1 min ?

i have such code but Nmap change state only after 3-4 min
i want to do ping with change state every 20-30 sec
is it possible with scan_options or else ?

device_tracker:
  - platform: nmap_tracker
    track_new_devices: no
    home_interval: 1
    scan_options: " --host-timeout 1s "
hosts:
  - 192.168.1.xxx
  - 192.168.1.xxx
  - 192.168.1.xxx

Did you ever work this out? I’m looking for the same thing…