mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
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:
parent
b902f69d26
commit
a21084178f
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user