mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
Add explicit device name to Spotify (#95509)
This commit is contained in:
committed by
Paulus Schoutsen
parent
286cff314a
commit
b93ceca804
@@ -106,6 +106,7 @@ class SpotifyMediaPlayer(MediaPlayerEntity):
|
||||
_attr_has_entity_name = True
|
||||
_attr_icon = "mdi:spotify"
|
||||
_attr_media_image_remotely_accessible = False
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user