From 38164c705e7faa3b87fc2117b2e4dd8884aff8b5 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 15 Mar 2024 16:40:48 +0100 Subject: [PATCH] Add missing icon for Unifi protect service (#113508) --- homeassistant/components/unifiprotect/icons.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/unifiprotect/icons.json b/homeassistant/components/unifiprotect/icons.json index e4c8801c888..b357a892ff4 100644 --- a/homeassistant/components/unifiprotect/icons.json +++ b/homeassistant/components/unifiprotect/icons.json @@ -3,6 +3,7 @@ "add_doorbell_text": "mdi:message-plus", "remove_doorbell_text": "mdi:message-minus", "set_default_doorbell_text": "mdi:message-processing", - "set_chime_paired_doorbells": "mdi:bell-cog" + "set_chime_paired_doorbells": "mdi:bell-cog", + "remove_privacy_zone": "mdi:eye-minus" } }