Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mealie.services
 

Functions

MealieConfigEntry homeassistant.components.mealie.services.async_get_entry (HomeAssistant hass, str config_entry_id)
 
None homeassistant.components.mealie.services.setup_services (HomeAssistant hass)
 

Variables

string homeassistant.components.mealie.services.SERVICE_GET_MEALPLAN = "get_mealplan"
 
 homeassistant.components.mealie.services.SERVICE_GET_MEALPLAN_SCHEMA
 
string homeassistant.components.mealie.services.SERVICE_GET_RECIPE = "get_recipe"
 
 homeassistant.components.mealie.services.SERVICE_GET_RECIPE_SCHEMA
 
string homeassistant.components.mealie.services.SERVICE_IMPORT_RECIPE = "import_recipe"
 
 homeassistant.components.mealie.services.SERVICE_IMPORT_RECIPE_SCHEMA
 
string homeassistant.components.mealie.services.SERVICE_SET_MEALPLAN = "set_mealplan"
 
 homeassistant.components.mealie.services.SERVICE_SET_MEALPLAN_SCHEMA
 
string homeassistant.components.mealie.services.SERVICE_SET_RANDOM_MEALPLAN = "set_random_mealplan"
 
 homeassistant.components.mealie.services.SERVICE_SET_RANDOM_MEALPLAN_SCHEMA