mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix implicit use of device name in Slimproto (#96081)
This commit is contained in:
parent
8138c85074
commit
529846d3a2
@ -90,6 +90,7 @@ class SlimProtoPlayer(MediaPlayerEntity):
|
||||
| MediaPlayerEntityFeature.BROWSE_MEDIA
|
||||
)
|
||||
_attr_device_class = MediaPlayerDeviceClass.SPEAKER
|
||||
_attr_name = None
|
||||
|
||||
def __init__(self, slimserver: SlimServer, player: SlimClient) -> None:
|
||||
"""Initialize MediaPlayer entity."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user