devbobo / homebridge-lifx-lan

LiFx LAN platform plugin for Homebridge
MIT License
84 stars 27 forks source link
homebridge homebridge-plugin lifx

homebridge-lifx-lan

npm package

donate Slack Channel

LiFx LAN platform plugin for Homebridge.

This platform uses only the LiFx LAN protocol.

Currently supports:

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-lifx-lan
  3. Update your configuration file. See the sample below.

Updating

Configuration

Configuration sample:

"platforms": [
    {
        "platform": "LifxLan",
        "name": "LiFx",
        "ignoredDevices" : ["abcd1234561", "efabcd6721"]
    }
]

Credits