Add missing super call in Verisure Camera entity (#48812)

pull/48867/head
Johan Nenzén 2021-04-08 17:00:49 +02:00 committed by GitHub
parent 2768f202b6
commit e70111b93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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