Home Assistant: http://home-assistant.io/ (Open-source home automation platform running on Python 3)
Habitica: https://habitica.com (Habitica is a free habit building and productivity app that treats your real life like a game)
This component will enable you to track the following attributes in Home Assistant:
- Name
- Level
- Class
- Gold
- EXP / Next Level EXP
- HP / max HP
- Mana / max Mana
- You can react on status changes using Hass.
- Your Hass instance could trigger changes using the REST component (not related to this integration) based on stats within the Home Automation.
- You can plot your data for example using Grafana out of the box:
Copy the habitica.py
file to your configuration path like so:
<config_dir>/custom_components/sensor/habitica.py
You need your UserID and your API key which you can find on the Habitica.com website
- platform: habitica
api_user: <your_api_user_id>
api_key: <your_api_key>
Thats it, have fun! :)