Add app_id property to Fire TV component (#20719)
This commit is contained in:
parent
5506569c3a
commit
5c4dc3a54f
1 changed files with 5 additions and 0 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Reference in a new issue