Set self._current_app to None when vizio device is off (#32725)

pull/32737/head
Raman Gupta 2020-03-12 10:04:34 -04:00 committed by GitHub
parent af7c01f957
commit 6e97975ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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