Initial Commit

This commit is contained in:
2026-06-11 11:50:50 -04:00
commit d4a69c41be
2748 changed files with 80489 additions and 0 deletions
@@ -0,0 +1,13 @@
from homeassistant.exceptions import HomeAssistantError
class LibraryError(HomeAssistantError):
"""Raised when an error occurred in the library logic."""
class LibraryLoadingError(LibraryError):
"""Raised when an error occurred during library loading."""
class ProfileDownloadError(LibraryError):
"""Raised when an error occurred during profile download."""