Use remote image for HEOS (#23420)
This commit is contained in:
parent
5efe089699
commit
f1b2622d78
1 changed files with 5 additions and 0 deletions
|
@ -278,6 +278,11 @@ class HeosMediaPlayer(MediaPlayerDevice):
|
|||
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."""
|
||||
|
|
Loading…
Add table
Reference in a new issue