Namespaces | |
| binary_sensor | |
| button | |
| calendar | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| sensor | |
| services | |
| switch | |
| todo | |
| types | |
| util | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, HabiticaConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS |
The habitica integration.
| bool homeassistant.components.habitica.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Habitica service.
Definition at line 42 of file __init__.py.
| bool homeassistant.components.habitica.async_setup_entry | ( | HomeAssistant | hass, |
| HabiticaConfigEntry | config_entry | ||
| ) |
Set up habitica from a config entry.
Definition at line 49 of file __init__.py.
| bool homeassistant.components.habitica.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 105 of file __init__.py.
| homeassistant.components.habitica.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 29 of file __init__.py.
| list homeassistant.components.habitica.PLATFORMS |
Definition at line 32 of file __init__.py.