mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add missing super call in Verisure Camera entity (#48812)
This commit is contained in:
parent
2768f202b6
commit
e70111b93c
@ -54,6 +54,7 @@ class VerisureSmartcam(CoordinatorEntity, Camera):
|
||||
):
|
||||
"""Initialize Verisure File Camera component."""
|
||||
super().__init__(coordinator)
|
||||
Camera.__init__(self)
|
||||
|
||||
self.serial_number = serial_number
|
||||
self._directory_path = directory_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user