Apple TV integration - commands missing

Hello,

I’ve recently created an activity for watching my Apple TV. After successfully adding the Apple TV & Denon AVR integrations.

However when I’m in the web configurator, in my activity, I’m trying to map some commands for buttons, but I cannot seem to find the “control center” command for the Apple TV…the integration readme lists it as a supported command.

But I cannot seem to find it under button mapping …all sorts of commands are listed…but not “control center”

Am I missing something or doing something wrong?

Thx :folded_hands:

I have no ATV anymore but from the source I would try menu from the media player entity:

case media_player.Commands.MENU:

res = await device.control_center()

Ralf

Try the MENU command.

Thank you :folded_hands:

That sorted it…I was beside myself trying to find it.

Cheers!

1 Like