No Homekit remote on-off or mute buttons for Philips TV

I have set up my configuration to use a homekit bridge in accessory mode, which has a Philips TV with the correct feature list. But those features don’t show up in Homekit.

homeassistant:
  customize:
    media_player.55oled936_12:
      device_class: tv
      source_list:
      - Android
      - PlayStation
      - YouTube
      - Netflix
      - Disney
  

homekit:
  - name: Philips TV
    port: 51828
    mode: accessory
    filter:
      include_entities:
        - media_player.55oled936_12
    entity_config:
      media_player.55oled936_12:
        feature_list:
         - feature: on_off
         - feature: play_pause
         - feature: play_stop
         - feature: toggle_mute


Notice how there aren’t any buttons at the top.

I’ve tried a lot of things, even tried creating an entity which then would be controlled with node-red. But I still don’t have buttons.

Any help would be appreciated.

Have you managed to solve this issue?
I have buttons, but they just don’t work and don’t send any events that I can catch.

I have the same issue using Philips tv integration with HomeKit bridge any luck with that?