This commit is contained in:
Fabian Affolter 2015-10-23 19:01:38 +02:00
parent a155587693
commit f9b2e0058e

View File

@ -150,7 +150,7 @@ class FireTVDevice(MediaPlayerDevice):
self._firetv.action('turn_off')
def media_play(self):
""" Send play commmand. """
""" Send play command. """
self._firetv.action('media_play')
def media_pause(self):