Home Assistant Unofficial Reference
2024.12.1
errors.py
Go to the documentation of this file.
1
"""Errors for the HLK-SW16 component."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
SW16Exception
(
HomeAssistantError
):
7
"""Base class for HLK-SW16 exceptions."""
8
9
10
class
CannotConnect
(
SW16Exception
):
11
"""Unable to connect to the HLK-SW16."""
homeassistant.components.hlk_sw16.errors.CannotConnect
Definition:
errors.py:10
homeassistant.components.hlk_sw16.errors.SW16Exception
Definition:
errors.py:6
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
hlk_sw16
errors.py
Generated by
1.9.1