From f9d9ac48c71a559c84aa5c6f18da5b329244a8de Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 28 Feb 2024 08:52:51 +0100 Subject: [PATCH] Add icon translations to Google Assistant SDK (#111658) --- homeassistant/components/google_assistant_sdk/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/google_assistant_sdk/icons.json diff --git a/homeassistant/components/google_assistant_sdk/icons.json b/homeassistant/components/google_assistant_sdk/icons.json new file mode 100644 index 00000000000..bf1420b2e3f --- /dev/null +++ b/homeassistant/components/google_assistant_sdk/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "send_text_command": "mdi:comment-text-outline" + } +}