1.0.3 • Published 5 years ago

homebridge-ollehtv v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

npm version

homebridge-ollehtv

This is Olleh TV plugin for Homebridge.

Features

  • Switch on / off.

Installation

  1. Install required packages.

    npm install -g homebridge-ollehtv
  2. Record down the deviceId and token values as we need it in our configuration file later.

  3. Add these values to config.json.

      "accessories": [
        {
          "accessory": "OllehTV",
          "name": "Olleh TV",
          "deviceId": "DEVICE_ID_FROM_STEP_2",
          "token": "TOKEN_FROM_STEP_2",
          "interval": 5000
        }
      ]
  4. Restart Homebridge, and your Olleh TV will be added to Home app.

License

See the LICENSE file for license rights and limitations (MIT).