Owntracks device_tracker gone when used in Mqtt mode?

HI,

setting up a new HA instance with the latest 97.2 I find my self locked out of the Owntracks device_tracker while I also use mqtt mode. Tried to setup the integration via configuration/integration.

Had that setup since forever, and always had both mqtt and device_tracker Owntracks, but thought id give the integration a try.

In the new integration we have to use http mode, and Mqtt isn’t available any longer?

Or can I still use this:

owntracks:
  max_gps_accuracy: 100
  #secret: !secret owntracks_secret
  waypoints: true
  #mqtt_topic: !secret owntracks_mqtt_topic
  waypoint_whitelist:
    - !secret owntracks_user_id

somehow? using yaml mode maybe (am already using yaml mode…)

thanks for having a look.

answering myself for reference:

found the core.config_entries entry for Owntracks in one of my backups, added it back manually, and now my device_tracker works fine again…

seems a bit odd, when one uses yaml mode, the integration owntracks: won’t set the entry correctly. Might even be a bug?