Has anybody successfully gotten an in-app intent to work with the new ControlWidget for a control center toggle?

I'm trying to create a simple "Play Sound" button for Dark Noise but so far it seems to always want to run inside the WidgetExtension so I can't play audio 🤔

I tried conforming to AudioPlaybackIntent just like I do with my normal Widget intent but that didn't seem to do anything. And of course my intent is included in my main app bundle as well as the widget extension just like the Widget intents 🤔