From f0a580bf795497fd43743d3cb7cee27299f5d122 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:47:56 +0100 Subject: [PATCH] Add score task action to Habitica (#35511) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/habitica.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_integrations/habitica.markdown b/source/_integrations/habitica.markdown index 335f18e1217..e2c3976692d 100644 --- a/source/_integrations/habitica.markdown +++ b/source/_integrations/habitica.markdown @@ -188,6 +188,25 @@ Cancel a quest that has not yet started. All accepted and pending invitations wi | -------------- | -------- | -------------------------------------------------------------- | | `config_entry` | no | Config entry of the character to cancel the quest. | +### Action `habitica.score_habit` + +Increase the positive or negative streak of a habit. + +| Data attribute | Optional | Description | +| -------------- | -------- | ----------------------------------------------------------------------------------------------------------------- | +| `config_entry` | no | Config entry of the character tracking the habit. | +| `task` | no | The name, `task ID`, or **alias** of the habit to track. | +| `direction` | no | `up` for positive progress or `down` for negative progress you want to track for your habit. | + +### Action `habitica.score_reward` + +Buy a custom reward with gold. + +| Data attribute | Optional | Description | +| -------------- | -------- | ----------------------------------------------------------------------------------------------------------------- | +| `config_entry` | no | Config entry of the character buying the reward. | +| `task` | no | The name, `task ID`, or **alias** of the custom reward to buy. | + ## Automations Get started with these automation examples for Habitica, each featuring ready-to-use blueprints!