From d9486c1eb5dde30e036fa031e0cd883d244ba28f Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 27 Feb 2024 22:28:10 +0100 Subject: [PATCH] Add icon translations to Google Sheets (#111661) --- homeassistant/components/google_sheets/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/google_sheets/icons.json diff --git a/homeassistant/components/google_sheets/icons.json b/homeassistant/components/google_sheets/icons.json new file mode 100644 index 00000000000..c8010a690be --- /dev/null +++ b/homeassistant/components/google_sheets/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "append_sheet": "mdi:google-spreadsheet" + } +}