From ae930215d42e120712e278e0915d373c8e16cc9a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 1 Mar 2024 12:11:52 +0100 Subject: [PATCH] Add icon translations to Kodi (#111853) --- homeassistant/components/kodi/icons.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 homeassistant/components/kodi/icons.json diff --git a/homeassistant/components/kodi/icons.json b/homeassistant/components/kodi/icons.json new file mode 100644 index 00000000000..07bd246e92d --- /dev/null +++ b/homeassistant/components/kodi/icons.json @@ -0,0 +1,6 @@ +{ + "services": { + "add_to_playlist": "mdi:playlist-plus", + "call_method": "mdi:console" + } +}