mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fixed typo (#4145)
This commit is contained in:
parent
be272ac64a
commit
8e695d1eb0
@ -73,7 +73,7 @@ class PanasonicVieraTVDevice(MediaPlayerDevice):
|
|||||||
"""Representation of a Panasonic Viera TV."""
|
"""Representation of a Panasonic Viera TV."""
|
||||||
|
|
||||||
def __init__(self, name, remote):
|
def __init__(self, name, remote):
|
||||||
"""Initialize the samsung device."""
|
"""Initialize the Panasonic device."""
|
||||||
# Save a reference to the imported class
|
# Save a reference to the imported class
|
||||||
self._name = name
|
self._name = name
|
||||||
self._muted = False
|
self._muted = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user