homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

fixed noble BLE advertising #418

Closed lkshrk closed 2 years ago

lkshrk commented 2 years ago

This commit fixes a problem when using plugins that depend on BLE/noble.

Using this command node is able to start/stop BLE advertising without running as root

see: https://github.com/noble/noble#running-without-rootsudo

floge77 commented 2 years ago

@oznu sounds promising