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

Static Public Attributes

string ALLOCATE_ALL_STAT_POINTS = "allocate_all_stat_points"
 
string BRIGHTNESS = "brightness"
 
string BUY_HEALTH_POTION = "buy_health_potion"
 
string DEFENSIVE_STANCE = "defensive_stance"
 
string EARTH = "earth"
 
string FROST = "frost"
 
string HEAL = "heal"
 
string HEAL_ALL = "heal_all"
 
string INTIMIDATE = "intimidate"
 
string MPHEAL = "mpheal"
 
string PROTECT_AURA = "protect_aura"
 
string REVIVE = "revive"
 
string RUN_CRON = "run_cron"
 
string STEALTH = "stealth"
 
string TOOLS_OF_TRADE = "tools_of_trade"
 
string VALOROUS_PRESENCE = "valorous_presence"
 

Detailed Description

Habitica button entities.

Definition at line 41 of file button.py.

Member Data Documentation

◆ ALLOCATE_ALL_STAT_POINTS

string homeassistant.components.habitica.button.HabitipyButtonEntity.ALLOCATE_ALL_STAT_POINTS = "allocate_all_stat_points"
static

Definition at line 46 of file button.py.

◆ BRIGHTNESS

string homeassistant.components.habitica.button.HabitipyButtonEntity.BRIGHTNESS = "brightness"
static

Definition at line 58 of file button.py.

◆ BUY_HEALTH_POTION

string homeassistant.components.habitica.button.HabitipyButtonEntity.BUY_HEALTH_POTION = "buy_health_potion"
static

Definition at line 45 of file button.py.

◆ DEFENSIVE_STANCE

string homeassistant.components.habitica.button.HabitipyButtonEntity.DEFENSIVE_STANCE = "defensive_stance"
static

Definition at line 51 of file button.py.

◆ EARTH

string homeassistant.components.habitica.button.HabitipyButtonEntity.EARTH = "earth"
static

Definition at line 49 of file button.py.

◆ FROST

string homeassistant.components.habitica.button.HabitipyButtonEntity.FROST = "frost"
static

Definition at line 50 of file button.py.

◆ HEAL

string homeassistant.components.habitica.button.HabitipyButtonEntity.HEAL = "heal"
static

Definition at line 56 of file button.py.

◆ HEAL_ALL

string homeassistant.components.habitica.button.HabitipyButtonEntity.HEAL_ALL = "heal_all"
static

Definition at line 59 of file button.py.

◆ INTIMIDATE

string homeassistant.components.habitica.button.HabitipyButtonEntity.INTIMIDATE = "intimidate"
static

Definition at line 53 of file button.py.

◆ MPHEAL

string homeassistant.components.habitica.button.HabitipyButtonEntity.MPHEAL = "mpheal"
static

Definition at line 48 of file button.py.

◆ PROTECT_AURA

string homeassistant.components.habitica.button.HabitipyButtonEntity.PROTECT_AURA = "protect_aura"
static

Definition at line 57 of file button.py.

◆ REVIVE

string homeassistant.components.habitica.button.HabitipyButtonEntity.REVIVE = "revive"
static

Definition at line 47 of file button.py.

◆ RUN_CRON

string homeassistant.components.habitica.button.HabitipyButtonEntity.RUN_CRON = "run_cron"
static

Definition at line 44 of file button.py.

◆ STEALTH

string homeassistant.components.habitica.button.HabitipyButtonEntity.STEALTH = "stealth"
static

Definition at line 55 of file button.py.

◆ TOOLS_OF_TRADE

string homeassistant.components.habitica.button.HabitipyButtonEntity.TOOLS_OF_TRADE = "tools_of_trade"
static

Definition at line 54 of file button.py.

◆ VALOROUS_PRESENCE

string homeassistant.components.habitica.button.HabitipyButtonEntity.VALOROUS_PRESENCE = "valorous_presence"
static

Definition at line 52 of file button.py.


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