mirror of
https://github.com/elisspace/core.git
synced 2026-09-01 17:04:05 +00: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."""
|