mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Set self._current_app to None when vizio device is off (#32725)
This commit is contained in:
parent
af7c01f957
commit
6e97975ff8
@ -190,6 +190,7 @@ class VizioDevice(MediaPlayerDevice):
|
||||
self._is_muted = None
|
||||
self._current_input = None
|
||||
self._available_inputs = None
|
||||
self._current_app = None
|
||||
self._available_apps = None
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user