Home Assistant Unofficial Reference
2024.12.1
exceptions.py
Go to the documentation of this file.
1
"""Custom exceptions for the devolo_home_control integration."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
CredentialsInvalid
(
HomeAssistantError
):
7
"""Given credentials are invalid."""
8
9
10
class
UuidChanged
(
HomeAssistantError
):
11
"""UUID of the user changed."""
homeassistant.components.devolo_home_control.exceptions.CredentialsInvalid
Definition:
exceptions.py:6
homeassistant.components.devolo_home_control.exceptions.UuidChanged
Definition:
exceptions.py:10
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
devolo_home_control
exceptions.py
Generated by
1.9.1