Handle failures during initial Sonos subscription (#73456)
This commit is contained in:
parent
143e6a7adc
commit
86fde1a644
3 changed files with 47 additions and 14 deletions
|
@ -7,6 +7,10 @@ class UnknownMediaType(BrowseError):
|
|||
"""Unknown media type."""
|
||||
|
||||
|
||||
class SonosSubscriptionsFailed(HomeAssistantError):
|
||||
"""Subscription creation failed."""
|
||||
|
||||
|
||||
class SonosUpdateError(HomeAssistantError):
|
||||
"""Update failed."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue