From e6a7ff97c8df370ab2441575a89eb07e872c7ddf Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 19 Jun 2023 11:04:59 +0200 Subject: [PATCH] Explicitly opt-in to device name in the cast integration (#94847) --- homeassistant/components/cast/media_player.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/cast/media_player.py b/homeassistant/components/cast/media_player.py index 3031eb8365b..ee3834e4edd 100644 --- a/homeassistant/components/cast/media_player.py +++ b/homeassistant/components/cast/media_player.py @@ -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