Hello,
since a view weeks home assistant always adding new devices to my device tracks (and to my known_devices.yml). I do presence detection with my unifi software, so I setup
device_tracker:
- platform: unifi
host: !secret unifi_host
port: !secret unifi_port
username: !secret unifi_user
password: !secret unifi_password
track_new_devices: false
verify_ssl: False
Has there anything changed which I forgot to change in my config file?
Thx.