mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Misspelling fix
This commit is contained in:
@@ -224,7 +224,7 @@ class SonosDevice(MediaPlayerDevice):
|
|||||||
|
|
||||||
@only_if_coordinator
|
@only_if_coordinator
|
||||||
def media_play(self):
|
def media_play(self):
|
||||||
"""Send paly command."""
|
"""Send play command."""
|
||||||
self._player.play()
|
self._player.play()
|
||||||
|
|
||||||
@only_if_coordinator
|
@only_if_coordinator
|
||||||
|
Reference in New Issue
Block a user