mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix typo. (#5087)
This commit is contained in:
parent
d8ff22870a
commit
98efbbc129
@ -177,7 +177,7 @@ class SqueezeBoxDevice(MediaPlayerDevice):
|
|||||||
"""Representation of a SqueezeBox device."""
|
"""Representation of a SqueezeBox device."""
|
||||||
|
|
||||||
def __init__(self, lms, player_id):
|
def __init__(self, lms, player_id):
|
||||||
"""Initialize the SqeezeBox device."""
|
"""Initialize the SqueezeBox device."""
|
||||||
super(SqueezeBoxDevice, self).__init__()
|
super(SqueezeBoxDevice, self).__init__()
|
||||||
self._lms = lms
|
self._lms = lms
|
||||||
self._id = player_id
|
self._id = player_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user