mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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 None
|
||||||
return self._media_position_updated_at
|
return self._media_position_updated_at
|
||||||
|
|
||||||
|
@property
|
||||||
|
def media_image_remotely_accessible(self) -> bool:
|
||||||
|
"""If the image url is remotely accessible."""
|
||||||
|
return True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def media_image_url(self) -> str:
|
def media_image_url(self) -> str:
|
||||||
"""Image url of current playing media."""
|
"""Image url of current playing media."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user