From c66e2dc07686c80119e84ed8ada5f50327a1fad6 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Tue, 24 Sep 2024 22:51:16 +0200 Subject: [PATCH] Remove leftover wrong icon from Reolink (#126698) Remove wrong icon --- homeassistant/components/reolink/switch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/reolink/switch.py b/homeassistant/components/reolink/switch.py index 07f75ca5fa3..162679965fb 100644 --- a/homeassistant/components/reolink/switch.py +++ b/homeassistant/components/reolink/switch.py @@ -249,7 +249,6 @@ NVR_SWITCH_ENTITIES = ( key="buzzer", cmd_key="GetBuzzerAlarmV20", translation_key="hub_ringtone_on_event", - icon="mdi:room-service", entity_category=EntityCategory.CONFIG, supported=lambda api: api.supported(None, "buzzer"), value=lambda api: api.buzzer_enabled(),