Home Assistant Unofficial Reference
2024.12.1
errors.py
Go to the documentation of this file.
1
"""Errors for the Hue component."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
HueException
(
HomeAssistantError
):
7
"""Base class for Hue exceptions."""
8
9
10
class
CannotConnect
(
HueException
):
11
"""Unable to connect to the bridge."""
12
13
14
class
AuthenticationRequired
(
HueException
):
15
"""Unknown error occurred."""
homeassistant.components.hue.errors.AuthenticationRequired
Definition:
errors.py:14
homeassistant.components.hue.errors.CannotConnect
Definition:
errors.py:10
homeassistant.components.hue.errors.HueException
Definition:
errors.py:6
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
hue
errors.py
Generated by
1.9.1