Functions | |
| MealieConfigEntry | async_get_entry (HomeAssistant hass, str config_entry_id) |
| None | setup_services (HomeAssistant hass) |
Variables | |
| string | SERVICE_GET_MEALPLAN = "get_mealplan" |
| SERVICE_GET_MEALPLAN_SCHEMA | |
| string | SERVICE_GET_RECIPE = "get_recipe" |
| SERVICE_GET_RECIPE_SCHEMA | |
| string | SERVICE_IMPORT_RECIPE = "import_recipe" |
| SERVICE_IMPORT_RECIPE_SCHEMA | |
| string | SERVICE_SET_MEALPLAN = "set_mealplan" |
| SERVICE_SET_MEALPLAN_SCHEMA | |
| string | SERVICE_SET_RANDOM_MEALPLAN = "set_random_mealplan" |
| SERVICE_SET_RANDOM_MEALPLAN_SCHEMA | |
Define services for the Mealie integration.
| MealieConfigEntry homeassistant.components.mealie.services.async_get_entry | ( | HomeAssistant | hass, |
| str | config_entry_id | ||
| ) |
Get the Mealie config entry.
Definition at line 101 of file services.py.
| None homeassistant.components.mealie.services.setup_services | ( | HomeAssistant | hass | ) |
Set up the services for the Mealie integration.
Definition at line 118 of file services.py.
| string homeassistant.components.mealie.services.SERVICE_GET_MEALPLAN = "get_mealplan" |
Definition at line 40 of file services.py.
| homeassistant.components.mealie.services.SERVICE_GET_MEALPLAN_SCHEMA |
Definition at line 41 of file services.py.
| string homeassistant.components.mealie.services.SERVICE_GET_RECIPE = "get_recipe" |
Definition at line 49 of file services.py.
| homeassistant.components.mealie.services.SERVICE_GET_RECIPE_SCHEMA |
Definition at line 50 of file services.py.
| string homeassistant.components.mealie.services.SERVICE_IMPORT_RECIPE = "import_recipe" |
Definition at line 57 of file services.py.
| homeassistant.components.mealie.services.SERVICE_IMPORT_RECIPE_SCHEMA |
Definition at line 58 of file services.py.
| string homeassistant.components.mealie.services.SERVICE_SET_MEALPLAN = "set_mealplan" |
Definition at line 75 of file services.py.
| homeassistant.components.mealie.services.SERVICE_SET_MEALPLAN_SCHEMA |
Definition at line 76 of file services.py.
| string homeassistant.components.mealie.services.SERVICE_SET_RANDOM_MEALPLAN = "set_random_mealplan" |
Definition at line 66 of file services.py.
| homeassistant.components.mealie.services.SERVICE_SET_RANDOM_MEALPLAN_SCHEMA |
Definition at line 67 of file services.py.