Clean up devolo Home Control config flow (#49585)

This commit is contained in:
Guido Schmitz 2021-04-23 13:48:24 +02:00 committed by GitHub
parent 50d2c3bfe3
commit c6edc7ae4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 14 deletions

View file

@ -0,0 +1,6 @@
"""Custom exceptions for the devolo_home_control integration."""
from homeassistant.exceptions import HomeAssistantError
class CredentialsInvalid(HomeAssistantError):
"""Given credentials are invalid."""