Is there any way to make the Remote Widget work for multiple TVs, as its now possible with multiple homekit instances?
I did try it with homekit_tv_remote_key_pressed and automations, where I did set conditions depending on which TV is turned on, to trigger the correct command for the correct TV, but it does not work.
I was able to track it down, that only the first configured device is firing up homekit_tv_remote_key_pressed.
Is there any solution or is there a update planned?
To have multiple remotes with HomeKit, you will need to span the media_player entities between different bridges. Then, set up some automations to bind the homekit_tv_remote_key_pressed event to each integration’s approach. Here’s one I made for the LG webOS integration, for example.
thanks for your code. did adjust it to my devices, but still, only the LG remote does work.
I did try the developer tools and firing the event manually shows that my automation does work. Listening on the other hand for homekit_tv_remote_key_pressed shows, that only the LG remote does fire events and the other remotes do not.
The other 2 devices are harmony media players based on the remote add-on, which does work (Incl. volume control). Could there be another limitation?