Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

homebridge-flic

devbobo330.0.6

Flic plugin for homebridge

homebridge-plugin, flic, smart button, wireless button

readme

homebridge-flic

NPM Version Dependency Status Slack Channel

Flic plugin for Homebridge.

Requirements

This plugin requires the Flic Daemon to be installed on a machine to run.

There are platform specific versions to choose from...

Installation

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

Updating

  • npm update -g homebridge-flic

Configuration

Configuration sample:

"platforms": [
    {
        "platform": "Flic",
        "name": "Flic",
        "controllers": [
            {"host": "localhost", "port": 5551}
        ]
    }
]