You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iPhones and iPads can be tracked with bluetoothLowEnergy now, which will give you much better performance and reliability than using bluetoothClassic. More details can be found in the docs.
If you use the bluetoothLowEnergy integration on a pure NodeJS installation you should grant an additional permission for the optimal experience using sudo setcap cap_net_admin+eip $(eval readlink -f `which hciconfig`)
Not required for Docker, the Home Assistant add-on, Ansible installations or when you run it as root user
Device trackers can be auto-discovered by Home Assistant now! You can remove your manual configurations after upgrading.
Bug Fixes
bluetooth: attempt adapter reset on LE timeouts (386ef37)