Home Assistant Unofficial Reference
2024.12.1
errors.py
Go to the documentation of this file.
1
"""Errors for assist satellite."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
AssistSatelliteError
(
HomeAssistantError
):
7
"""Base class for assist satellite errors."""
8
9
10
class
SatelliteBusyError
(
AssistSatelliteError
):
11
"""Satellite is busy and cannot handle the request."""
homeassistant.components.assist_satellite.errors.AssistSatelliteError
Definition:
errors.py:6
homeassistant.components.assist_satellite.errors.SatelliteBusyError
Definition:
errors.py:10
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
assist_satellite
errors.py
Generated by
1.9.1