Hey all,
Loving the Astrion so far, but I’ve hit a wall trying to get app launchers (Netflix, Disney+, etc.) showing up on the TV card’s touchscreen. I’ve seen this in the recent RosCard tutorial video and in the v1.1.2 promo material — Apple TV setups have a beautiful four-square apps icon that opens a grid full of streaming app icons. I’d love the same on my Android TV view but I can’t figure out how to get there.
My setup:
Sony Bravia XR-A95K (Google TV)
HA core 2026.4.4
RosCard v1.1.2
Both the Sony Bravia (braviatv) integration and the Android TV Remote integration set up against the TV (they coexist nicely — I use Bravia for IRCC commands and Android TV Remote for the Home key to reach the Google TV launcher)
aiks-tv-card with tv_type: android_tv
What I’ve tried:
media_play_entity: media_player.living_room_sony_tv_2 (the Bravia one) — apps icon appears on the touchscreen, but the grid only shows my HDMI inputs (HDMI 1, HDMI 2, HDMI 3, HDMI 4, Video) because that’s what Sony Bravia exposes in source_list. No streaming apps.
media_play_entity: media_player.living_room_tv_2 (the Android TV Remote one) — apps icon disappears entirely. The Android TV Remote integration doesn’t populate source_list at all on the entity.
Configured the Android TV Remote integration’s “Configure applications list” option with YouTube + package name + icon URL, hoping the Astrion would pick it up. Doesn’t seem to read that — the icon stays gone with the Android TV Remote entity selected.
So it seems like the Astrion firmware reads source_list off the media_play_entity and dumps whatever’s there into the grid. Which works great for Apple TV (where the Apple TV integration exposes apps as sources), but for Android TV nothing exposes streaming apps that way.My questions:
Is there a “right” way to get streaming app icons (Netflix, Disney+, Prime Video, etc.) into the apps grid on tv_type: android_tv? Some integration or config I’m missing?
If the answer is “no, that feature is Apple TV only right now” — is it on the roadmap? It feels like it should be possible since the Android TV Remote integration in HA already has an apps configuration dialog for its own UI — would just need RosCard / the Astrion firmware to read from there too.
As a workaround I built a separate Launcher view with an aiks-scene-card listing scripts that call media_player.play_media with media_content_type: app (works perfectly with the Bravia integration). Is this the recommended path on Android TV, or is there something cleaner?
Any insight appreciated. Happy to share my dashboard config / scripts if useful for others on Android TV.
Thanks in advance