2020-11-07 17:15:29 +00:00
|
|
|
"""The errors of Epson integration."""
|
2024-03-08 13:15:26 +00:00
|
|
|
|
2020-11-07 17:15:29 +00:00
|
|
|
from homeassistant import exceptions
|
|
|
|
|
|
|
|
|
|
|
|
class CannotConnect(exceptions.HomeAssistantError):
|
|
|
|
"""Error to indicate we cannot connect."""
|
2021-05-07 21:05:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
class PoweredOff(exceptions.HomeAssistantError):
|
|
|
|
"""Error to indicate projector is off."""
|