Fix PEP257 issues
This commit is contained in:
parent
f6bc1a4575
commit
cd5b5c55e2
7 changed files with 17 additions and 10 deletions
|
@ -59,7 +59,9 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
|
||||
class UnifiVideoCamera(Camera):
|
||||
"""A Ubiquiti Unifi Video Camera."""
|
||||
|
||||
def __init__(self, nvr, uuid, name):
|
||||
"""Initialize an Unifi camera."""
|
||||
super(UnifiVideoCamera, self).__init__()
|
||||
self._nvr = nvr
|
||||
self._uuid = uuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue