mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix typo
This commit is contained in:
parent
a155587693
commit
f9b2e0058e
@ -150,7 +150,7 @@ class FireTVDevice(MediaPlayerDevice):
|
|||||||
self._firetv.action('turn_off')
|
self._firetv.action('turn_off')
|
||||||
|
|
||||||
def media_play(self):
|
def media_play(self):
|
||||||
""" Send play commmand. """
|
""" Send play command. """
|
||||||
self._firetv.action('media_play')
|
self._firetv.action('media_play')
|
||||||
|
|
||||||
def media_pause(self):
|
def media_pause(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user