Functions | |
| None | async_setup_services (HomeAssistant hass) |
| HabiticaConfigEntry | get_config_entry (HomeAssistant hass, str entry_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| SERVICE_API_CALL_SCHEMA | |
| SERVICE_CAST_SKILL_SCHEMA | |
| SERVICE_MANAGE_QUEST_SCHEMA | |
| SERVICE_SCORE_TASK_SCHEMA | |
| SERVICE_TRANSFORMATION_SCHEMA | |
Actions for the Habitica integration.
| None homeassistant.components.habitica.services.async_setup_services | ( | HomeAssistant | hass | ) |
Set up services for Habitica integration.
Definition at line 107 of file services.py.
| HabiticaConfigEntry homeassistant.components.habitica.services.get_config_entry | ( | HomeAssistant | hass, |
| str | entry_id | ||
| ) |
Return config entry or raise if not found or not loaded.
Definition at line 92 of file services.py.
|
private |
Definition at line 51 of file services.py.
| homeassistant.components.habitica.services.SERVICE_API_CALL_SCHEMA |
Definition at line 54 of file services.py.
| homeassistant.components.habitica.services.SERVICE_CAST_SKILL_SCHEMA |
Definition at line 62 of file services.py.
| homeassistant.components.habitica.services.SERVICE_MANAGE_QUEST_SCHEMA |
Definition at line 70 of file services.py.
| homeassistant.components.habitica.services.SERVICE_SCORE_TASK_SCHEMA |
Definition at line 75 of file services.py.
| homeassistant.components.habitica.services.SERVICE_TRANSFORMATION_SCHEMA |
Definition at line 83 of file services.py.