mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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>
This commit is contained in:
parent
1dfc78a738
commit
f0a580bf79
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user