1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-09 00:47:04 +01:00
Files
core/homeassistant/components/devolo_home_control/exceptions.py
T
2021-04-23 13:48:24 +02:00

7 lines
210 B
Python

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