Explicitly opt-in to device name in the cast integration (#94847)
This commit is contained in:
parent
24add59d15
commit
e6a7ff97c8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue