-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device multiplication #13
Comments
I thought this is taken care of by the device_tracker api, I will investigate. Thanks for reporting |
Okay, I have figured out the issue. So as a hotfix, this DeviceScanner just needs to skip writing to the known_devices.yaml (as we cannot synchronize it properly) and disable the "Track new devices"-option (keeping it always on). The better fix in the long run is migrating to the new device_tracker platform, as outlined in #12. |
@Edo78 I have pushed a hotfix to the master branch. Can you update to the master-branch, stop home assistant, cleanup your known_devices.yaml and then verify, that this does not happen anymore? If it works, I am going to push another hotfix release. |
I honestly don't know how to force an update from master. I will check later and update you on the results |
If you are using HACS you can select "Reinstall" and select "master" from the version list. |
Easier than I think. |
Cool 👍 |
Released as v0.3.6 |
After restarting HA the log begin to show some warnings
and
known_devices.yaml
is full of duplicated devicesMaybe the new "add devices" function should check if the device already exists
The text was updated successfully, but these errors were encountered: