Open HorizonTr3 opened 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" } ] } ] }
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" } ] } ] }