0.0.1 • Published 3 years ago

homebridge-elgato-key-light v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

homebridge-elgato-key-light

A Homebridge platform for the Elgato Key Light and Key Light Air that allow you to toggle on/off and control the brightness and color via HomeKit.

Installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install homebridge-elgato-key-light using: npm install -g homebridge-elgato-key-light
  3. Update your configuration file. See example config.json snippet below.

Configuration

Configuration sample (edit ~/.homebridge/config.json):

"platforms": [
	{
		"platform": "ElgatoKeyLight"
	}
]