1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-02 04:06:41 +01:00
Files
core/homeassistant/components/hassio/exceptions.py
T

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."""