Explicitly opt-in to device name in the cast integration (#94847)
parent
24add59d15
commit
e6a7ff97c8
|
@ -267,6 +267,7 @@ class CastMediaPlayerEntity(CastDevice, MediaPlayerEntity):
|
|||
"""Representation of a Cast device on the network."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_should_poll = False
|
||||
_attr_media_image_remotely_accessible = True
|
||||
_mz_only = False
|
||||
|
|
Loading…
Reference in New Issue