Skip to content

Commit

Permalink
Add app_id property to Fire TV component (home-assistant#20719)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion authored and bachya committed Feb 3, 2019
1 parent 5506569 commit 5c4dc3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homeassistant/components/media_player/firetv.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ def available(self):
"""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."""
Expand Down

0 comments on commit 5c4dc3a

Please sign in to comment.