Open hamwong opened 4 years ago
The TV Input functionality does not seem to be supported by Homebridge yet, so unfortunately it does not.
About multi item support: See the following README section
Hi, @steilerDev
I am not quite understand your response, do you mean TV is not support or Input is not support?
I am currently using a homebridge plugin which show TV icon on Homekit and there is power button and Selection input, wish you and your team may add this feature in once you have spare time.
this.tvService = new Service.Television(this.name, "Television");
Hi @hamwong,
could you please point me to the plugin, that you are using. I was trying to implement the feature and thought this is an issue with homebridge. But if there is a plugin, that successfully implemented this feature it might be an issue on my side. Thank you!
U can look for example on this (LG webOS) https://github.com/merdok/homebridge-webos-tv#readme or this https://github.com/unknownskl/homebridge-smartglass (Xbox One)
Hi @steilerDev
Sorry for the late response, please take a look at below link,
https://www.npmjs.com/package/homebridge-cmd-television
https://github.com/Torac2/homebridge-cmd-television
I know Homekit support selection input, eg: tv input, does openhab2-complete support as well? can openhab2-complete also add support on TV?
there is also a question, my air sensor inlcude PM2.5, CO2e, TVOC, Temp and Hum, but I found only can make each value as a item, as IOS13 support multi in one, can it be done here?