Bump reolink-aio to 0.3.0 (#86259)
* Bump reolink-aio to 0.3.0 * fix typo * ReolinkException
This commit is contained in:
parent
4be7b62607
commit
3c4455c696
7 changed files with 38 additions and 60 deletions
|
@ -2,5 +2,13 @@
|
|||
from homeassistant.exceptions import HomeAssistantError
|
||||
|
||||
|
||||
class UserNotAdmin(HomeAssistantError):
|
||||
class ReolinkException(HomeAssistantError):
|
||||
"""BaseException for the Reolink integration."""
|
||||
|
||||
|
||||
class ReolinkSetupException(ReolinkException):
|
||||
"""Raised when setting up the Reolink host failed."""
|
||||
|
||||
|
||||
class UserNotAdmin(ReolinkException):
|
||||
"""Raised when user is not admin."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue