vvpossible / homebridge_yeelight

Yeelight plugin for homebridge
303 stars 59 forks source link

For anyone having problems installing noble for BLE #81

Open sw2719 opened 4 years ago

sw2719 commented 4 years ago

Try using @abandonware/noble instead. Install https://github.com/abandonware/noble | (npmjs), then modify yee.js line 9: var noble = require('noble'); to var noble = require('@abandonware/noble');

It worked flawlessly for me.