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?