mirror of
https://github.com/home-assistant/core.git
synced 2026-08-16 10:13:55 +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."""
|