Hello.
I have a problem with the device tracker since the day I starting using it.
It produces logs like this:
As you can see, every minute or so it is considered away, and the next minute it is considere dat home.
This is how I have it configured:
device_tracker:
- platform: nmap_tracker
hosts:
- 192.168.0.200-255
home_interval: 1
interval_seconds: 220
- platform: nmap_tracker
interval_seconds: 240
hosts:
- 192.168.0.1-199
home_interval: 5
Can it be because the home interval for the first segment is set to 1? What I want is to consider the device home as soon as possible, but not the other way around (to consider it out of home after just one minute)