-
-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
Description
The problem
Aruba integration (device tracker) does not work anymore.
According to issue #120492 (#120492), the fix is very easy to implement and has been tested.
What version of Home Assistant Core has the issue?
core-2025.3.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Aruba
Link to integration documentation on our website
https://www.home-assistant.io/integrations/aruba
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
The proven solution is to delete the -o option in the device_tracker.py file
After removing the -o option, device tracker is working fine again. Algorithm should not have been forced at all.