Add explicit device name to Spotify (#95509)

This commit is contained in:
Joost Lekkerkerker 2023-06-29 11:09:45 +02:00 committed by GitHub
parent 48049d588c
commit 3c7912f7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,