0.0.1 • Published 8 years ago

homebridge-cec v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

homebridge-cec

libcec plugin for homebridge: https://github.com/nfarina/homebridge

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install libcec https://github.com/Pulse-Eight/libcec.git
  3. Install node-cec https://github.com/adammw/node-cec.git (transmit branch)
  4. Install this plugin using: npm install -g homebridge-cec
  5. Update your configuration file. See the sample below.

Configuration

Configuration sample:

"accessories": [
   {
       "accessory": "CEC",
       "name": "Television"
   }
]