mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Explicitly opt-in to device name in the cast integration (#94847)
This commit is contained in:
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…
x
Reference in New Issue
Block a user