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