put back play_youtube override

This commit is contained in:
Roy Hooper 2015-09-11 19:44:18 -04:00
parent a25f7eed2b
commit 3679a8078a

View File

@ -182,3 +182,7 @@ class SonosDevice(MediaPlayerDevice):
""" turn the media player on. """
self._player.play()
self.update_ha_state()
def play_youtube(self, media_id):
""" Plays a YouTube media. """
raise NotImplementedError()