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