From 74a319f907a914031f6b25bc830959b8e1bc3de7 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 28 Feb 2024 00:41:29 +0100 Subject: [PATCH] Add icon translations to Google (#111656) Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com> --- homeassistant/components/google/icons.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 homeassistant/components/google/icons.json diff --git a/homeassistant/components/google/icons.json b/homeassistant/components/google/icons.json new file mode 100644 index 00000000000..6dbad61b43d --- /dev/null +++ b/homeassistant/components/google/icons.json @@ -0,0 +1,6 @@ +{ + "services": { + "add_event": "mdi:calendar-plus", + "create_event": "mdi:calendar-plus" + } +}