From 20626947db0bbd0c14f89f8386cd3e69f83cbc33 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 18:43:09 +0100 Subject: [PATCH] Add icon translations to Unifi protect (#112332) --- homeassistant/components/unifiprotect/icons.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 homeassistant/components/unifiprotect/icons.json diff --git a/homeassistant/components/unifiprotect/icons.json b/homeassistant/components/unifiprotect/icons.json new file mode 100644 index 00000000000..e4c8801c888 --- /dev/null +++ b/homeassistant/components/unifiprotect/icons.json @@ -0,0 +1,8 @@ +{ + "services": { + "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" + } +}