Files
core/homeassistant/components/epson/exceptions.py
2024-03-08 14:15:26 +01:00

12 lines
275 B
Python

"""The errors of Epson integration."""
from homeassistant import exceptions
class CannotConnect(exceptions.HomeAssistantError):
"""Error to indicate we cannot connect."""
class PoweredOff(exceptions.HomeAssistantError):
"""Error to indicate projector is off."""