Remove leftover wrong icon from Reolink (#126698)

Remove wrong icon
This commit is contained in:
starkillerOG
2024-09-24 22:51:16 +02:00
committed by GitHub
parent 8d0e9eb8ac
commit c66e2dc076

View File

@@ -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(),