mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Add explicit device name to Spotify (#95509)
This commit is contained in:
parent
48049d588c
commit
3c7912f7a4
@ -106,6 +106,7 @@ class SpotifyMediaPlayer(MediaPlayerEntity):
|
|||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
_attr_icon = "mdi:spotify"
|
_attr_icon = "mdi:spotify"
|
||||||
_attr_media_image_remotely_accessible = False
|
_attr_media_image_remotely_accessible = False
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user