mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Bugfix sonos favorite_source after lost connection (#5996)
This commit is contained in:
parent
409b74b780
commit
30ad8bcc80
@ -365,7 +365,6 @@ class SonosDevice(MediaPlayerDevice):
|
||||
self._support_pause = False
|
||||
self._is_playing_tv = False
|
||||
self._is_playing_line_in = False
|
||||
self._favorite_sources = None
|
||||
self._source_name = None
|
||||
self._last_avtransport_event = None
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user