mirror of
https://github.com/home-assistant/core.git
synced 2026-09-23 02:03:31 +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."""
|