From 3005c92585699f806c5527d40f0cec5802567b97 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 5 Mar 2024 08:47:17 +0100 Subject: [PATCH] Add icon translations to Soundtouch (#112236) --- homeassistant/components/soundtouch/icons.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 homeassistant/components/soundtouch/icons.json diff --git a/homeassistant/components/soundtouch/icons.json b/homeassistant/components/soundtouch/icons.json new file mode 100644 index 00000000000..0dd41f4f881 --- /dev/null +++ b/homeassistant/components/soundtouch/icons.json @@ -0,0 +1,8 @@ +{ + "services": { + "play_everywhere": "mdi:play", + "create_zone": "mdi:plus", + "add_zone_slave": "mdi:plus", + "remove_zone_slave": "mdi:minus" + } +}