Clean up devolo Home Control config flow (#49585)
This commit is contained in:
parent
50d2c3bfe3
commit
c6edc7ae4f
3 changed files with 47 additions and 14 deletions
|
@ -0,0 +1,6 @@
|
|||
"""Custom exceptions for the devolo_home_control integration."""
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
|
||||
|
||||
class CredentialsInvalid(HomeAssistantError):
|
||||
"""Given credentials are invalid."""
|
Loading…
Add table
Add a link
Reference in a new issue