mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
add a play_media function
This commit is contained in:
@@ -450,6 +450,10 @@ class MediaPlayerDevice(Entity):
|
||||
""" Plays a YouTube media. """
|
||||
raise NotImplementedError()
|
||||
|
||||
def play_media(self, media_type, media_id):
|
||||
""" Plays a piece of media. """
|
||||
raise NotImplementedError()
|
||||
|
||||
# No need to overwrite these.
|
||||
@property
|
||||
def support_pause(self):
|
||||
|
Reference in New Issue
Block a user