mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix implicit use of device name in Slimproto (#96081)
This commit is contained in:
@@ -90,6 +90,7 @@ class SlimProtoPlayer(MediaPlayerEntity):
|
|||||||
| MediaPlayerEntityFeature.BROWSE_MEDIA
|
| MediaPlayerEntityFeature.BROWSE_MEDIA
|
||||||
)
|
)
|
||||||
_attr_device_class = MediaPlayerDeviceClass.SPEAKER
|
_attr_device_class = MediaPlayerDeviceClass.SPEAKER
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
def __init__(self, slimserver: SlimServer, player: SlimClient) -> None:
|
def __init__(self, slimserver: SlimServer, player: SlimClient) -> None:
|
||||||
"""Initialize MediaPlayer entity."""
|
"""Initialize MediaPlayer entity."""
|
||||||
|
Reference in New Issue
Block a user