1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 22:06:25 +00:00
Files
core/homeassistant/components/devolo_home_control/exceptions.py
2021-06-28 15:01:31 +02:00

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."""