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!