From c5d1f9d1a61c6c60aaf323b8d2322208d1777516 Mon Sep 17 00:00:00 2001 From: "Mr. Bubbles" Date: Fri, 30 Aug 2024 17:08:21 +0200 Subject: [PATCH] Add setup instructions for Habitica integration (#33924) * Add description for setup * add bullet points to add some structure --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/habitica.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/habitica.markdown b/source/_integrations/habitica.markdown index 03faae79d25..3f95f86baf3 100644 --- a/source/_integrations/habitica.markdown +++ b/source/_integrations/habitica.markdown @@ -20,7 +20,15 @@ ha_config_flow: true ha_integration_type: integration --- -The Habitca {% term integration %} enables you to monitor your adventurer's progress and stats in Home Assistant and seamlessly integrates your to-do's and daily tasks. +The Habitca {% term integration %} 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](https://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. {% include integrations/config_flow.md %}