Question about multiple device Tracker config

Hi,
I recently tested the arpscan device tracker provided over hacs and it´s indeed a lot faster than my fritz device tracker, especially for devices which are always at home, they´re updating their status much faster

However, for the other devices (especially ios devices), it´s not satisfiying, as these are getting stuck in an “home” - “not_home” loop.

So would this below config work, when I exclude the IPs from the arpscan tracker, so they just update their status from the fritz tracker?

device_tracker:
  - platform: fritz
    host: 192.168.1.254
    track_new_devices: yes
    interval_seconds: 20
    consider_home: 120

  - platform: arpscan_tracker
    interval_seconds: 12
    consider_home: 15
    track_new_devices: true
    scan_options: " --interface=enp3s0 192.168.1.0/24 -g"
    exclude:
      - 192.168.1.110
      - 192.168.1.26
      - 192.168.1.66