:collision: Homebridge plugin to use Hyperion as HomeKit accessory
Homebridge is required
npm install -g homebridge
to use this plugin
npm install -g homebridge-hyperion-light
Add your Accessory to the config.json
Configuration sample:
"accessories": [{
"accessory": "Hyperion",
"autoupdate": "true",
"name": "TV Backlight",
"ambilightName": "TV Ambilight",
"host": "20.1.0.138",
"port": "19444"
}]
Attributes:
See the CODE
See the LICENSE file for license rights and limitations (MIT).