From a29d29ad85cad5e006e2d1494535992c1c8c753d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 27 Feb 2024 22:30:27 +0100 Subject: [PATCH] Add icon translations to Google Assistant (#111657) --- homeassistant/components/google_assistant/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/google_assistant/icons.json diff --git a/homeassistant/components/google_assistant/icons.json b/homeassistant/components/google_assistant/icons.json new file mode 100644 index 00000000000..3bcab03d2c2 --- /dev/null +++ b/homeassistant/components/google_assistant/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "request_sync": "mdi:sync" + } +}