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" + } +}