Hello guys,
I tried to figure out how to program for HA and I really appreciate all work that have been done especially the docs are awesome.
But I’m missing something there which I couldn’t figure out by myself.
I tried to modernize the fritz device tracker because the update method used there doesn’t work for me. We have two repeaters and the Fritzbox itself refreshes a lot later (up to 15 min) than the repeaters itself (instant) although they’re in mesh.
That’s my story and I found a way to fix that but then I thought, why don’t do it the new way.
I failed because I don’t really know where to start and the docs don’t mention the device_tracker. I looked into gpslogger and other integrations which don’t use known_devices.yaml anymore but they’re all set up via webhook and I couldn’t find where exactly the device_tracker is setup and updated.
Could someone give me a hint or provide a minimal example of a modern device_tracker integration?
Thanks in advance.