DD WRT config and new device discovery

I’ve added DD WRT to the configuration.yaml since I need it for presence detection.

My code is:
device_tracker:
- platform: ddwrt
host: 192.xxx.xxx.xxx
username: my_admin
password: my_password
new_device_defaults:
track_new_devices: true
hide_if_away: false

I can see all of the default sensors from the router on the dashboard. I can’t find the known_devices.yaml file. I’m using Docker for all of hassio/homeassistant. I’ve looked in /usr/share/hassio/homeassistant for known_devices.yaml. Is there another place I should be looking?

It will be in the same directory as configuration.yaml.

Got it fixed. There was an SSL issue between the router and DD WRT.