mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
def device shouldnt call it self but self._device (#16255)
This commit is contained in:
parent
f891d0f5be
commit
63614a477a
@ -531,7 +531,7 @@ class PlexClient(MediaPlayerDevice):
|
|||||||
@property
|
@property
|
||||||
def device(self):
|
def device(self):
|
||||||
"""Return the device, if any."""
|
"""Return the device, if any."""
|
||||||
return self.device
|
return self._device
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def marked_unavailable(self):
|
def marked_unavailable(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user