mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 04:06:41 +01:00
a19c2ee9ef
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
8 lines
207 B
Python
8 lines
207 B
Python
"""Exceptions for the Hassio integration."""
|
|
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class HassioNotReadyError(HomeAssistantError):
|
|
"""Raised when Hassio data is not yet available."""
|