Home Assistant Unofficial Reference
2024.12.1
error.py
Go to the documentation of this file.
1
"""WebSocket API related errors."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
Disconnect
(
HomeAssistantError
):
7
"""Disconnect the current session."""
homeassistant.components.websocket_api.error.Disconnect
Definition:
error.py:6
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
websocket_api
error.py
Generated by
1.9.1