mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add app_id property to Fire TV component (#20719)
This commit is contained in:
parent
5506569c3a
commit
5c4dc3a54f
@ -171,6 +171,11 @@ class FireTVDevice(MediaPlayerDevice):
|
|||||||
"""Return whether or not the ADB connection is valid."""
|
"""Return whether or not the ADB connection is valid."""
|
||||||
return self._available
|
return self._available
|
||||||
|
|
||||||
|
@property
|
||||||
|
def app_id(self):
|
||||||
|
"""Return the current app."""
|
||||||
|
return self._current_app
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def source(self):
|
def source(self):
|
||||||
"""Return the current app."""
|
"""Return the current app."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user