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