mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
Remove unused variable in qvr_pro (#82190)
This commit is contained in:
parent
ecb7509333
commit
871b4135ee
@ -71,8 +71,6 @@ class QVRProCamera(Camera):
|
|||||||
self._client = client
|
self._client = client
|
||||||
self._stream_source = stream_source
|
self._stream_source = stream_source
|
||||||
|
|
||||||
self._supported_features = 0
|
|
||||||
|
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@ -113,8 +111,3 @@ class QVRProCamera(Camera):
|
|||||||
async def stream_source(self):
|
async def stream_source(self):
|
||||||
"""Get stream source."""
|
"""Get stream source."""
|
||||||
return self._stream_source
|
return self._stream_source
|
||||||
|
|
||||||
@property
|
|
||||||
def supported_features(self):
|
|
||||||
"""Get supported features."""
|
|
||||||
return self._supported_features
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user