homebridge-cec
v0.0.1
Published
libcec for homebridge: https://github.com/nfarina/homebridge
Downloads
1
Readme
homebridge-cec
libcec plugin for homebridge: https://github.com/nfarina/homebridge
Installation
- Install homebridge using: npm install -g homebridge
- Install libcec https://github.com/Pulse-Eight/libcec.git
- Install node-cec https://github.com/adammw/node-cec.git (transmit branch)
- Install this plugin using: npm install -g homebridge-cec
- Update your configuration file. See the sample below.
Configuration
Configuration sample:
"accessories": [
{
"accessory": "CEC",
"name": "Television"
}
]