1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/hlk_sw16/errors.py

11 lines
269 B
Python

"""Errors for the HLK-SW16 component."""
from homeassistant.exceptions import HomeAssistantError
class SW16Exception(HomeAssistantError):
"""Base class for HLK-SW16 exceptions."""
class CannotConnect(SW16Exception):
"""Unable to connect to the HLK-SW16."""