homebridge-tivo
v0.1.1
Published
Homebridge plugin for TiVo set top boxes.
Downloads
10
Maintainers
Readme
homebridge-tivo
A Homebridge plugin for interfacing with a TiVo set top box.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-tivo
- Add a
tivo
accessory. See below for an example.
Configuration
Configuration sample:
"accessories": [
{
"accessory": "tivo",
"name": "Living Room TiVo",
"ip": "192.168.1.100",
"port": 31339
}
]