vvpossible / homebridge_yeelight

Yeelight plugin for homebridge
303 stars 59 forks source link

How to remove Yeelight? #44

Closed jannnfe closed 6 years ago

jannnfe commented 6 years ago

Hello, how to remove the Yeelight from HomeKit? Thanks!

PatchworkBoy commented 6 years ago
cd /usr/local/lib/node_modules
sudo rm -rf homebridge-yeelight

then edit your homebridge config.json and remove the following from your platforms:

       {
            "platform" : "yeelight",
            "name" : "yeelight"
        }

Restart homebridge

jannnfe commented 6 years ago

Sorry my fault, I just deleted the entry from the config.json but did not remove the plugin. Thank you!