From b783f39ca50c4b36cc56a257f3aa4867334f7d62 Mon Sep 17 00:00:00 2001 From: Nicolas Dujardin Date: Sat, 20 Apr 2019 10:33:12 +0200 Subject: [PATCH] 1.0.0-rc.1 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0030309..7f1d3c9 100755 --- a/README.md +++ b/README.md @@ -14,18 +14,16 @@ [Logitech Harmony](https://www.myharmony.com/en-us/) plugin for [HomeBridge](https://github.com/nfarina/homebridge) using WebSockets. -> ## Work In Progress For TV MODE -> -> - IOS 12.2 TV MODE is still beta. This mode will focus on harmony hub activities : each activity of the hub is mapped to an input. A main activity is linked to the on/off switch of the accessory. Buttons on the remote app and volume controls will be binded to the one defined in the activity (if so). VOLUME IS BIND TO PHYSICAL BUTTONS WHEN REMOTE FROM CONTROL CENTER IS SHOWN . There is an option to override default mappings. - You can discuss this plugin on [Slack](https://homebridge-slackin.glitch.me) in #homebridge-harmony channel [![Slack Status](https://homebridge-slackin.glitch.me/badge.svg)](https://homebridge-slackin.glitch.me) +This plugin is publishing harmony hub activities and devices as switches, with some advanced option (see below) for custom needs like macros, seuqences, and much more. The TV mode is focused on harmony hub activities only at the moment : each activity of the hub is mapped to an input. A main activity is linked to the on/off switch of the accessory. Buttons on the remote app and volume controls will be binded to the one defined in the activity (if so). VOLUME IS BIND TO PHYSICAL BUTTONS WHEN REMOTE FROM CONTROL CENTER IS SHOWN . There is an option to override default mappings. + ## Installation 1. Install Homebridge using: `npm install -g homebridge` -2. Install this plugin using: `npm install -g homebridge-harmony` +2. Install this plugin using: `npm install -g homebridge-harmony@rc` 3. Update your Homebridge `config.json` using the sample below. ## Migration from 0.X to 1.X