kiwi-cam / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
304 stars 95 forks source link

Can't change source #731

Open HorizonTr3 opened 1 month ago

HorizonTr3 commented 1 month ago

Implementet a TV with the different Inputs but I can't choose of the Inputs in Homekit. Code shouldn't be the problem.

{ "platform": "BroadlinkRM", "name": "BroadlinkRM", "hideScanFrequencyButton": true, "hideLearnButton": false, "hideWelcomeMessage": false, "_bridge": { "username": "xxxx" }, "accessories": [ { "name": "Fernseher", "type": "tv", "data": { "on": "x", "off": "x" }, "inputs": [ { "name": "Aux", "type": "aux", "data": "x" } ] }, { "name": "Soundbar", "type": "tv", "data": { "on": "x", "off": "x" }, "inputs": [ { "name": "Aux", "type": "application", "data": "x" }, { "name": "BT", "type": "tuner", "data": "x" } ] } ] }