From 96fbaa40009b59240976a66fa3f6953ed3a6794c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 5 Mar 2024 14:20:32 +0100 Subject: [PATCH] Add icon translations to Todoist (#112312) --- homeassistant/components/todoist/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/components/todoist/icons.json 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" + } +}