Hello, I have two boolean input helpers that I use to trigger an automation that set a custom device tracker (mapped in known_devices.yaml) at home and at not_home. But from one week the zone.home entity doesn’t increase or decrease its state accordingly.
zones only count persons, not device trackers. Is the device tracker linked to a person?
If so then it is likely a bug. But you mention you use an automation, which implies you use device_tracker.see which was recently deprecated and will be removed 6 months after deprecation.
You may be able to avoid the problem if you move to the new way, which is to define a template device tracker helper (new functionality) instead of using known_devices (also deprecated for years now) and device_tracker.see