vvpossible / homebridge_yeelight

Yeelight plugin for homebridge
303 stars 59 forks source link

Option to disable noble #51

Closed tavicu closed 6 years ago

tavicu commented 6 years ago

I've added an option to disable noble if you do have it installed. By default is set to enable like it was before.

I've also updated the indent to use spaces and YeeAgent to use Homebridge log instead of console.log.

"platforms": [
    {
        "platform" : "yeelight",
        "name" : "yeelight",
        "noble": false
    }
]