Habitica

The Habitca integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] enables you to monitor your adventurer’s progress and stats in Home Assistant and seamlessly integrates your to-do’s and daily tasks.

Prerequisites for Habitica integration

  • To set up the Habitica integration, you must first have an active Habitica account. You can register for an account at Habitica.com.
  • During the setup process in Home Assistant, you can choose between two login options:
    • “Login to Habitica”, which allows you to log in with your username or email and password.
    • “Login to other instances”, which requires your User ID and API Token. The User ID and API Token can be retrieved by logging into your Habitica account, navigating to the Settings menu, and selecting Site Data.
    • Additionally, you will need to provide the URL for the Habitica instance you wish to connect to; the default URL is https://habitica.com, but you can specify a different URL if you are using an alternative Habitica instance or a self-hosted instance.

Configuration

To add the Habitica integration to your Home Assistant instance, use this My button:

Manual configuration steps

If the above My button doesn’t work, you can also perform the following steps manually:

  • Browse to your Home Assistant instance.

  • Go to Settings > Devices & Services.

  • In the bottom right corner, select the Add Integration button.

  • From the list, select Habitica.

  • Follow the instructions on screen to complete the setup.

Sensors

  • Class: Indicates the class of your character (Warrior, Rogue, Healer, or Mage).
  • Display name: Shows the character’s display name.
  • Experience: Displays the current experience points of the character (for example, “144 XP”).
  • Gold: Shows the amount of gold owned by your character (for example, “22.29 GP”).
  • Health: Shows the current health points of the character (for example, “42 HP”).
  • Level: Displays the current level of the character.
  • Mana: Displays the current mana points of your character (for example, “61 MP”).
  • Max. mana: Indicates the maximum mana points your character can have at the current level (for example, “70 MP”).
  • Next level: Indicates the remaining experience points needed to reach the next level (for example, “440 XP”).
  • Habits: Shows the number of habits being tracked (for example, “4 tasks”).
  • Rewards: Displays the rewards that can be redeemed (for example, “1 task”)
  • Gems: Shows the total number of gems currently owned by your Habitica character, used for purchasing items and customizations.
  • Mystic hourglasses: Displays the number of mystic hourglasses earned as a subscriber, which can be redeemed for exclusive items from past events.

To-do lists

The following Habitica tasks are available as to-do lists in Home Assistant. You can add, delete, edit and check-off completed tasks

  • To-Do’s: Displays a comprehensive list of active and completed to-dos. Each to-do includes its due date if applicable, allowing you to check them off, edit them, delete them, and create new to-dos seamlessly.
  • Dailies: Shows the daily tasks that need to be completed today or in the future. Tasks completed yesterday can still be marked off as “yesterdailies” until a new day starts.

Calendars

  • To-Do calendar: Lists the due dates for all active to-do tasks. Each event on this calendar represents a to-do item that has a set due date, making it easy to track upcoming deadlines and plan accordingly.
  • Dailies calendar: Displays all daily tasks that are scheduled for today and are still active. It also shows all tasks scheduled for future dates, helping you stay organized and track upcoming routines. The calendar sensor will be active if there are unfinished tasks for today and display the next due daily (based on sort order if there are multiple tasks due for that day).

Button controls

  • Start my day: Initiates daily routine actions in Habitica, including resetting your dailies, deal damage from unfinished dailies and quest bosses, habits adjustment, buff expiration, and mana regeneration based on completed dailies.
  • Revive from death: Allows your character to revive from death in Habitica. Upon revival, HP is fully restored, but your character will lose all gold, 1 level, all experience points, one stat point, and one piece of equipment.
  • Buy a health potion: Allows your character to purchase a health potion in Habitica. Instantly applies the potion upon purchase, healing 15 HP at a cost of 25 GP.
  • Allocate all stat points: Assigns all unallocated stat points based on the previously set automatic allocation method. If no method is set, all points are assigned to strength (STR).

Button controls for class skills

If you’ve unlocked the class system, button controls for casting player and party skills will become available, depending on the class you’ve selected. For task skills see action habitica.cast_skill

Mage

  • Ethereal surge: You sacrifice Mana so the rest of your party, except for other mages, gains MP. (based on: INT)
  • Earthquake: Your mental power shakes the earth and buffs your party’s intelligence. (based on: unbuffed INT)
  • Chilling frost: With one cast, ice freezes all your streaks so they won’t reset to zero tomorrow.

Warrior

  • Defensive stance: You crouch low and gain a buff to constitution. (based on: unbuffed CON)
  • Valorous presence: Your boldness buffs your whole party’s strength. (based on: unbuffed STR)
  • Intimidating gaze: Your fierce stare buffs your whole Party’s constitution. (based on: unbuffed CON)

Rogue

  • Tools of the trade: Your tricky talents buff your whole party’s perception. (based on: unbuffed PER)
  • Stealth: With each cast, a few of your undone dailies won’t cause damage tonight. Their streaks and colors won’t change. (based on: PER)

Healer

  • Healing light: Shining light restores your health. (based on: CON and INT)
  • Searing brightness: A burst of light makes your tasks more blue/less red. (based on: INT)
  • Protective aura: You shield your party by buffing their constitution. (based on: unbuffed CON)
  • Blessing: Your soothing spell restores your whole party’s health. (based on: CON and INT)

Switch controls

  • Rest in the Inn: When enabled, allows your character to rest in the inn in Habitica, pausing damage dealt from dailies and quest bosses.

Actions

Action habitica.cast_skill

Use a skill or spell from your Habitica character on a specific task to affect its progress or status.

Data attribute Optional Description
config_entry no Config entry of the character to cast the skill.
skill no Skill or spell you want to cast on the task. Only skills available to your character’s class can be used.
task no The name of the task to target. Alternatively, you can use the task ID or alias. Supported task types are to-do, habit, and daily.

Available skills

  • Rogue: pickpocket, backstab
  • Warrior: smash
  • Mage: fireball

To use task aliases, make sure Developer Mode is enabled under Settings -> Site Data. Task aliases can only be edited via the Habitica web client.

Automations

Get started with these automation examples for Habitica, each featuring ready-to-use blueprints!

Create “Empty the dishwasher” to-do

Automatically create a Habitica to-do when the dishwasher finishes its cycle.

Example YAML configuration
triggers:
  - trigger: state
    entity_id: sensor.dishwasher
    from: "on"
    to: "off"

actions:
  - action: todo.add_item
    data:
      item: "Empty the dishwasher 🥣🍽️"
      due_date: "{{now().date()}}"
      description: "Empty the clean dishes from the dishwasher and load any dirty dishes that are waiting."
    target:
      entity_id: todo.habitica_to_dos

Complete toothbrushing tasks on your Habitica Dailies list

Automatically mark your morning and evening toothbrushing dailies as complete when your toothbrush usage is detected.

Example YAML configuration
triggers:
  - trigger: state
    entity_id: sensor.oralb_toothbrush_state
    to: "running"
    for:
      hours: 0
      minutes: 0
      seconds: 10 # Time delay for debouncing to avoid false triggers
actions:
  - choose:
      - conditions:
          - condition: time
            after: "05:00:00"
            before: "12:00:00"
        sequence:
          - action: todo.update_item
            data:
              item: "Brush your teeth in the morning 🪥"
              status: completed
            target:
              entity_id: todo.habitica_dailies
      - conditions: 
          - condition: time
            after: "18:00:00"
            before: "23:59:00"
        sequence:
          - action: todo.update_item
            data:
              item: "Brush your teeth before bed 🪥"
              status: completed
            target:
              entity_id: todo.habitica_dailies

API Service

At runtime, you will be able to use the API for each respective user by their Habitica’s username. You can override this by passing name key, this value will be used instead of the username. If you are hosting your own instance of Habitica, you can specify a URL to it in url key.

API Service Parameters

The API is exposed to Home Assistant as an action called habitica.api_call. To call it, you should specify these keys in the data:

Data attribute Required Type Description
name yes string Habitica’s username as per configuration.yaml entry.
path yes [string] Items from API URL in form of an array with method attached at the end. See the example below.
args no map Any additional JSON or URL parameter arguments. See the example below and apidoc.

A successful run of this action will fire an event habitica_api_call_success.

Event data attribute Type Description
name string Copied from the data attribute.
path [string] Copied from the data attribute.
data map Deserialized data field of JSON object Habitica’s server returned in response to API call. For more info see the API documentation.

Let’s consider some examples on how to use the action

For example, let’s say that there is a configured habitica platform for user xxxNotAValidNickxxx with their respective api_user and api_key. Let’s create a new task (a todo) for this user via Home Assistant. There is an API call for this purpose. To create a new task one should hit https://habitica.com/api/v3/tasks/user endpoint with POST request with a JSON object with task properties. So let’s call the API on habitica.api_call.

  • The name key becomes xxxNotAValidNickxxx.
  • The path key is trickier.
    • Remove https://habitica.com/api/v3/ at the beginning of the endpoint URL.
    • Split the remaining on slashes (/) and append the lowercase method at the end.
    • You should get ["tasks", "user", "post"]. To get a better idea of the API you are recommended to try all of the API calls in IPython console using this package.
  • The args key is more or less described in the API documentation.

Combining all together: call habitica.api_call with data

{
  "name": "xxxNotAValidNickxxx",
  "path": ["tasks", "user", "post"],
  "args": {"text": "Use API from Home Assistant", "type": "todo"}
}

This call will create a new todo on xxxNotAValidNickxxx’s account with text Use API from Home Assistant like this:

example task created

Also an event habitica_api_call_success will be fired with the following data:

{
  "name": "xxxNotAValidNickxxx",
  "path": ["tasks", "user", "post"],
  "data": {
    "challenge": {},
    "group": {"approval": {"required": false,
     "approved": false,
     "requested": false},
    "assignedUsers": [],
    "sharedCompletion": "recurringCompletion"},
    "completed": false,
    "collapseChecklist": false,
    "type": "todo",
    "notes": "",
    "tags": [],
    "value": 0,
    "priority": 1,
    "attribute": "str",
    "text": "Use API from Home Assistant",
    "checklist": [],
    "reminders": [],
    "_id": "NEW_TASK_UUID",
    "createdAt": "2018-08-09T18:03:27.759Z",
    "updatedAt": "2018-08-09T18:03:27.759Z",
    "userId": "xxxNotAValidNickxxx's ID",
    "id": "NEW_TASK_UUID"}
}

Templating

sensor.habitica_USER_habits and sensor.habitica_USER_rewards have state attributes listing the user’s respective tasks. For example, you can see this information in Developer Tools > States under sensor.habitica_USER_habits > Attributes, or by adding a Markdown card to a dashboard with the following code:

{% for key, value in states.sensor.habitica_USER_habits.attributes.items() %}
  {% if 'text' in value | string %}
    {{ loop.index }}. {{ value.text }}
  {% endif %}
{% endfor %}