Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
"""WebSocket API related errors."""
from homeassistant.exceptions import HomeAssistantError
class Disconnect(HomeAssistantError):
"""Disconnect the current session."""