Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.habitica.todo.HabiticaTodoList Class Reference
Inheritance diagram for homeassistant.components.habitica.todo.HabiticaTodoList:
[legend]
Collaboration diagram for homeassistant.components.habitica.todo.HabiticaTodoList:
[legend]

Static Public Attributes

string DAILIES = "dailys"
 
string HABITS = "habits"
 
string REWARDS = "rewards"
 
string TODOS = "todos"
 

Detailed Description

Habitica Entities.

Definition at line 33 of file todo.py.

Member Data Documentation

◆ DAILIES

string homeassistant.components.habitica.todo.HabiticaTodoList.DAILIES = "dailys"
static

Definition at line 37 of file todo.py.

◆ HABITS

string homeassistant.components.habitica.todo.HabiticaTodoList.HABITS = "habits"
static

Definition at line 36 of file todo.py.

◆ REWARDS

string homeassistant.components.habitica.todo.HabiticaTodoList.REWARDS = "rewards"
static

Definition at line 39 of file todo.py.

◆ TODOS

string homeassistant.components.habitica.todo.HabiticaTodoList.TODOS = "todos"
static

Definition at line 38 of file todo.py.


The documentation for this class was generated from the following file: