From a55e5130a4d1dfb2e004607ba342f1e7b6606fa4 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 25 Feb 2024 10:43:21 +0100 Subject: [PATCH] Use device class icon in Anthem AV (#111339) --- homeassistant/components/anthemav/media_player.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/anthemav/media_player.py b/homeassistant/components/anthemav/media_player.py index 0a9edeb2269..a4982b2e9e8 100644 --- a/homeassistant/components/anthemav/media_player.py +++ b/homeassistant/components/anthemav/media_player.py @@ -53,7 +53,6 @@ class AnthemAVR(MediaPlayerEntity): _attr_name = None _attr_should_poll = False _attr_device_class = MediaPlayerDeviceClass.RECEIVER - _attr_icon = "mdi:audio-video" _attr_supported_features = ( MediaPlayerEntityFeature.VOLUME_SET | MediaPlayerEntityFeature.VOLUME_MUTE