mirror of
https://github.com/home-assistant/core.git
synced 2026-08-15 17:52:59 +01:00
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."""
|