Created
December 28, 2018 21:15
-
-
Save paulomcnally/97d0db174710b417e17d10747d111d1d to your computer and use it in GitHub Desktop.
My https://www.npmjs.com/package/homebridge-bravia config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bridge": { | |
| "name": "Homebridge", | |
| "username": "CC:22:3D:E3:CE:30", | |
| "port": 51826, | |
| "pin": "031-45-154" | |
| }, | |
| "platforms": [ | |
| { | |
| "platform": "BraviaPlatform", | |
| "tvs": [ | |
| { | |
| "name": "TV", | |
| "ip": "192.168.1.11", | |
| "tvsource": "tv:dvbs", | |
| "soundoutput": "speaker", | |
| "maxchannels": 200, | |
| "listapplications": 1, | |
| "apps": [ | |
| "com.sony.dtv.com.edgeway.cozyfireplacehd.com.unity3d.player.UnityPlayerActivity", | |
| "com.sony.dtv.com.amazon.aiv.eu.com.amazon.blasthtml5android.MainActivity", | |
| "com.sony.dtv.com.google.android.youtube.tv.com.google.android.apps.youtube.tv.activity.TvGuideActivity", | |
| "com.sony.dtv.ceb-4472" | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment