mirror of
https://github.com/home-assistant/core.git
synced 2026-08-17 18:54:06 +01:00
7 lines
171 B
Python
7 lines
171 B
Python
"""Sonos specific exceptions."""
|
|
from homeassistant.components.media_player.errors import BrowseError
|
|
|
|
|
|
class UnknownMediaType(BrowseError):
|
|
"""Unknown media type."""
|