mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Use remote image for HEOS (#23420)
This commit is contained in:
parent
5efe089699
commit
f1b2622d78
@ -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…
x
Reference in New Issue
Block a user