diff --git a/homeassistant/components/todoist/icons.json b/homeassistant/components/todoist/icons.json new file mode 100644 index 00000000000..d3b881d480c --- /dev/null +++ b/homeassistant/components/todoist/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "new_task": "mdi:checkbox-marked-circle-plus-outline" + } +}