mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 17:05:34 +01:00
8 lines
182 B
Python
8 lines
182 B
Python
"""Errors for the Wyoming integration."""
|
|
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class WyomingError(HomeAssistantError):
|
|
"""Base class for Wyoming errors."""
|