This repository provides a deep link for Android TV devices in Home Assistant. With this deep link, you can easily navigate to various Android TV apps directly from Home Assistant.
App Name | URL |
---|---|
10Play | tenplay:// |
7Plus | seven:// |
ABC iview | https://iview.abc.net.au |
Apple TV | https://tv.apple.com |
Disney+ | https://www.disneyplus.com |
Dropout.tv 4 | vhxdropout:// |
Max | https://play.max.com |
Netflix | https://www.netflix.com/title or netflix:// |
NLZiet | nlziet:// |
Paramount Plus | https://www.paramountplus.com |
Plex | plex:// |
Prime Video | https://app.primevideo.com |
SkyShowtime | https://www.skyshowtime.com/deeplink |
Tubi | https://tubitv.com |
Videoland (Netherlands) | videoland-v2:// |
YouTube TV | https://tv.youtube.com |
App Name | URL |
---|---|
Bally Sports | ballysports:// |
Fox Sports | foxsports://live [series,movie,watch,category,movies,special,live,channel,ppv-purchase,search] |
MLB TV | mlbatbat:// |
NBA: Live Games & Scores | gametime:// |
TBS | watchtbs:// |
Twitch | twitch://home [home,stream,game,video,clip,search,browse,channel,user] |
Zattoo | zattoo://zattoo.com |
ZiggoGo (Netherlands) | ziggogo:// |
Oqee By Free | https://oq.ee/home/ |
App Name | URL |
---|---|
Discovery Plus | discoveryplus:// |
Viaplay (Norwegian) | https://viaplay.no/movies |
YouTube | https://www.youtube.com or vnd.youtube:// or vnd.youtube.launch:// |
App Name | URL |
---|---|
ARD | https://www.ardmediathek.de |
Arte | arte://display |
Auvio | auvio:// |
CloudStream | cloudstreamapp:// |
Crunchyroll | crunchyroll:// |
Emby | embyatv://tv.emby.embyatv/startapp |
Private Internet Access | piavpn:// |
SmartTubeNext | https://www.youtube.com |
Spotify | spotify:// |
Deezer | deezer://www.deezer.com |
VRT Max | vrtnu://vrtnu |
VTM GO | vtmgo:// |
ZDF | https://www.zdf.de/filme |
Source:
https://community.home-assistant.io/t/android-tv-remote-app-links-deep-linking-guide/567921
service: remote.turn_on
data:
activity: discoveryplus://
target:
entity_id: remote.shield
Additionally it is possible to send commands Like Pause/Play/Home etc. to the device. To find the options you can go here.
service: remote.send_command
data:
command: HOME
target:
device_id: <your device id>
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.