mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Explicitly opt-in to device name in the cast integration (#94847)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user