From 540ccbb4afa11817929e8403101c30a70d60a4e4 Mon Sep 17 00:00:00 2001 From: ktnrg45 <38207570+ktnrg45@users.noreply.github.com> Date: Thu, 2 May 2019 23:40:29 -0700 Subject: [PATCH] Add media type app --- docs/entity_media_player.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/entity_media_player.md b/docs/entity_media_player.md index 1d7700f1..47c29467 100644 --- a/docs/entity_media_player.md +++ b/docs/entity_media_player.md @@ -59,6 +59,7 @@ Required. Returns one of the defined constants from the below list that matches |MEDIA_TYPE_IMAGE| |MEDIA_TYPE_URL| |MEDIA_TYPE_GAME| +|MEDIA_TYPE_APP| class MyMediaPlayer(MediaPlayerDevice): # Implement the following method.