Files
core/homeassistant/components/devolo_home_control/exceptions.py
2024-03-08 14:15:26 +01:00

12 lines
288 B
Python

"""Custom exceptions for the devolo_home_control integration."""
from homeassistant.exceptions import HomeAssistantError
class CredentialsInvalid(HomeAssistantError):
"""Given credentials are invalid."""
class UuidChanged(HomeAssistantError):
"""UUID of the user changed."""