Ping device tracker is changing states every minute!

Hi

I’m using ping device tracker, and while sometimes it works perfect, in other instances it’s changing the states home/not_home every minute, sometimes even less. How can this be solved?

This is my config:

device_tracker:
  - platform: ping
    track_new_devices: True
    consider_home: 30
    hosts:
      tzahi: 192.168.0.46

Thanks

Ok, it seems that the consider_home interval was too low. I changed it to 600 and now everything’s fine.