From 33a4040f8e4e2e081fff5b21113649b904cd1126 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 25 Feb 2024 13:58:50 +0100 Subject: [PATCH] Add icon translations to Cast (#111352) --- homeassistant/components/cast/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/cast/icons.json diff --git a/homeassistant/components/cast/icons.json b/homeassistant/components/cast/icons.json new file mode 100644 index 00000000000..e19ea0b07b2 --- /dev/null +++ b/homeassistant/components/cast/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "show_lovelace_view": "mdi:view-dashboard" + } +}