8000 GitHub - Aekschen/home-assistant-habitica: New Home-Assistant Components / Platforms
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Aekschen/home-assistant-habitica

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Home-Assistant Habitica Integration

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)

Description

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

Hass

What you can do with it?

  • 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:

Hass

Installation

Copy the habitica.py file to your configuration path like so:

<config_dir>/custom_components/sensor/habitica.py

Usage

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! :)

About

New Home-Assistant Components / Platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0