1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/devolo_home_control/exceptions.py

11 lines
287 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."""