From ec5a84fb1a58cc5ffa5d60525ef0d7d0bcee0f18 Mon Sep 17 00:00:00 2001 From: Arie Catsman <120491684+catsmanac@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:51:40 +0100 Subject: [PATCH] Update source/_integrations/habitica.markdown Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com> --- source/_integrations/habitica.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/habitica.markdown b/source/_integrations/habitica.markdown index dcacb3cd5e59..704b79088019 100644 --- a/source/_integrations/habitica.markdown +++ b/source/_integrations/habitica.markdown @@ -232,7 +232,7 @@ Fetch tasks from your Habitica account, with optional filters to narrow down the | -------------- | -------- | -------------------------------------------------------------------------------------------------------- | | config_entry | no | Choose the Habitica character to retrieve tasks from. | | type | yes | Filter tasks by type. Valid types: "habits", "dailies", "todos", "rewards". | -| priority | yes | Filter tasks by difficulty. | +| priority | yes | Filter tasks by difficulty. Valid values: "trivial", "easy", "medium", "hard". | | task | yes | Select specific tasks by matching their name (or task ID). | | tag | yes | Filter tasks that have one or more of the selected tags. | | keyword | yes | Filter tasks by keyword, searching across titles, notes, and checklists. |