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.
- Install Homebridge using:
npm install -g homebridge
- Install homebridge-elgato-key-light using:
npm install -g homebridge-elgato-key-light
- Update your configuration file. See example
config.json
snippet below.
Configuration sample (edit ~/.homebridge/config.json
):
"platforms": [
{
"platform": "ElgatoKeyLight"
}
]