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:
parent
7f4a727e10
commit
7e51aeb916
11 changed files with 348 additions and 26 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue