normen / homebridge-bravia

Homebridge plugin for Sony Bravia TVs (AndroidTV based ones and possibly others)
139 stars 26 forks source link

"applications" listed as "Always On Sensors" in Homekit, rather than Selectable Input Sources #53

Closed lbinderup closed 4 years ago

lbinderup commented 4 years ago

First of all, thanks for an excellent plugin, it works nicely - but I'm having this issue after basically copy/pasting your example of how to provide an applications array. I wanted to expose both Netflix and Plex to Homekit, but instead I get two "Always On" sensors called Netflix and Plex. I've been very minimalistic with the inputs I want shown.

My config.json looks like this:

"platform": "BraviaPlatform", "tvs": [ { "name": "SONY Bravia TV", "ip": "10.0.0.45", "cookiepath": "/var/lib/homebridge/sonycookie", "soundoutput": "speaker", "applications": [ { "title": "Netflix" }, { "title": "Plex" } ], "sources": [ "extInput:cec" ] } ]