Skip to content

Commit

Permalink
Use remote image for HEOS (#23420)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre authored and rohankapoorcom committed Apr 27, 2019
1 parent 5efe089 commit f1b2622
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homeassistant/components/heos/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ def media_position_updated_at(self):
return None
return self._media_position_updated_at

@property
def media_image_remotely_accessible(self) -> bool:
"""If the image url is remotely accessible."""
return True

@property
def media_image_url(self) -> str:
"""Image url of current playing media."""
Expand Down

0 comments on commit f1b2622

Please sign in to comment.