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