I have some trouble to understanding the documentation, maybe because I missed some release notes when things changed, so sorry for these maybe obvious questions.
Regarding asuswrt presense detection. Now when asuswrt is its own component, do I still need to have it configured as device tracker in configuration.yaml, like below - or is that redundant?
Kind of same question regarding Owntracks (and GPS logger), I had it setup as a platform under device_tracker some year back…then I had some issues with it but did not have time to tinker and make it work. Now I am trying to make this stuff work again and noticed there are possibilities to configure both Owntracks (and GPS logger) in the web UI under Configurations / Integrations. Is this the only configuration needed, or do I also need to have them manually configured by editing configuration.yaml, like below - or is that redundant?
I am trying to get owntracks running. As I read the documentation of owntracks (and there is also a good video) you have to do both: In the WebUI and in the configuration.yaml.
And some stuff in the App on your phone.
@finity Thanks, then I understand the configuration for asuswrt better.
@gilbert-grape Right, I watched the video and now noticed a possible third way to configure Owntracks on HA:
A) Using in the WebUI Configuration / Integrations.
B) Adding it as a platform under device_tracker in configuration.yaml
device_tracker:
- platform: owntracks
C) Adding it as its own section/component in configuration.yaml.
owntracks:
max_gps_accuracy: 100
waypoints: true
So, maybe it like this…great if someone can confirm:
A) is a handy way to get the info for client configuration, no doubt about that.
C) seems to be the way to add “advanced configuration” to owntracks (and not needed if you don’t need to go advanced…)
B) might be the “old way” and not needed any longer (as it is not mentioned in the documentation)?