Add description for Habitica get_tasks action. (#35210)

* add description for habita get_tasks action

* add field descriptions

* Update source/_integrations/habitica.markdown

Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com>

* Update source/_integrations/habitica.markdown

Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com>

---------

Co-authored-by: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com>
This commit is contained in:
Arie Catsman 2025-01-14 06:20:12 +01:00 committed by GitHub
parent b902f69d26
commit a21084178f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,6 +261,19 @@ Use a transformation item from your Habitica character's inventory on a member o
- **Seafoam**: `seafoam` (transforms into a starfish)
- **Shiny seed** `shiny_seed` (transforms into flower)
### Action `habitica.get_tasks`
Fetch tasks from your Habitica account, with optional filters to narrow down the results for more precise task retrieval.
| Data attribute | Optional | Description |
| -------------- | -------- | -------------------------------------------------------------------------------------------------------- |
| 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. 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. |
## Automations
Get started with these automation examples for Habitica, each featuring ready-to-use blueprints!