dwaan / homebridge-adb

Homebridge script to control remote ADB enabled Android device
MIT License
76 stars 15 forks source link

Config option to not initialize the extra speaker accessory #56

Closed steveredden closed 3 years ago

steveredden commented 3 years ago

Is your feature request related to a problem? Please describe. Undesirable to have extra Speaker accessory

Describe the solution you'd like boolean config option to hide the extra accessory created.

I assume it's here (143:144):

//if-wrap this
this.createTelevisionSpeakers();

image

Describe alternatives you've considered Can hide in UI only

Additional context N/A