Home Assistant Unofficial Reference
2024.12.1
exceptions.py
Go to the documentation of this file.
1
"""The errors of Epson integration."""
2
3
from
homeassistant
import
exceptions
4
5
6
class
CannotConnect
(
exceptions.HomeAssistantError
):
7
"""Error to indicate we cannot connect."""
8
9
10
class
PoweredOff
(
exceptions.HomeAssistantError
):
11
"""Error to indicate projector is off."""
homeassistant.components.epson.exceptions.CannotConnect
Definition:
exceptions.py:6
homeassistant.components.epson.exceptions.PoweredOff
Definition:
exceptions.py:10
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
core
homeassistant
components
epson
exceptions.py
Generated by
1.9.1