Remote control updates (#3997)

* Update remote.itach.markdown

* Update remote.apple_tv.markdown

* Update remote.markdown

* Update remote.harmony.markdown

* Grammar fixes
This commit is contained in:
Anders Melchiorsen 2017-11-20 20:21:01 +01:00 committed by GitHub
parent 16fd4474d2
commit 6a49dae9b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 62 deletions

View file

@ -48,7 +48,7 @@ Configuration variables:
- **name** (*Required*): Command name.
- **data** (*Required*): Hex command data.
An example to call the component from developer tools using the remote, send_command service `{ "entity_id":"remote.tv", "device":"0", "command":"menu" }`
An example to call the component from developer tools using the `remote.send_command` service: `{ "entity_id":"remote.tv", "command":"menu" }`
Note: Global Cache devices expect data in their own format of "sendir...". This component converts hex code to Global Cache IR form.