Add app_id property to Fire TV component (#20719)

This commit is contained in:
Jeff Irion 2019-02-03 13:57:17 -08:00 committed by Aaron Bach
parent 5506569c3a
commit 5c4dc3a54f

View file

@ -171,6 +171,11 @@ class FireTVDevice(MediaPlayerDevice):
"""Return whether or not the ADB connection is valid."""
return self._available
@property
def app_id(self):
"""Return the current app."""
return self._current_app
@property
def source(self):
"""Return the current app."""