vieira/homebridge-yeelight-wifi

V3 Yeelight Bulb

Closed this issue · 1 comments

Hi!

I just added a V3 bulb (Homekit compatible) to my home and I can't find a way to avoid being discovered and connected by homebridge-yeelight-wifi except to disable LAN control, which will make the V3 bulb less sensitive and slower.

I guess there must be a simple way to do it, but I couldn't find it.
Thank you.

vieira commented

As of 2.4.0 you can ignore a light by setting blacklist to true, e.g.:

{
  "bridge": {
    "name": "Raspberry Pi"
  },
  "accessories": [{}],
  "platforms": [
    {
      "platform": "yeelight",
      "name": "Yeelight",
      "defaultValue": {
        "aed78s": {
          "blacklist": true
        }
      }
    }
  ]
}