mirror of
https://github.com/home-assistant/core.git
synced 2025-06-05 05:37:04 +00:00
7 lines
210 B
Python
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."""
|