Reolink add binary sensors (#85654)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
starkillerOG 2023-01-20 22:27:59 +01:00 committed by GitHub
parent 7f4a727e10
commit 7e51aeb916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 348 additions and 26 deletions

View file

@ -10,5 +10,9 @@ class ReolinkSetupException(ReolinkException):
"""Raised when setting up the Reolink host failed."""
class ReolinkWebhookException(ReolinkException):
"""Raised when registering the reolink webhook failed."""
class UserNotAdmin(ReolinkException):
"""Raised when user is not admin."""