Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 4.16 KB

info.md

File metadata and controls

79 lines (62 loc) · 4.16 KB

Mealie Integration for Home Assistant

GitHub Release GitHub Activity [License][license]

pre-commit Black

hacs Project Maintenance BuyMeCoffee

Discord Community Forum

Description


This is a Home Assistant integration for the wonderful Mealie, a feature-rich and self-hosted recipe management service. Currently, it can only authenticate with one Mealie instance at a time, but it brings in data about the current day's meal plan recipes, including their ingredients, steps, pictures, and more! This data is provided primarily as sensor attributes, and is provided as both formatted text (in Markdown, to be used in the markdown card) and unformatted objects (to be used for more advanced operations or templating).

This component will set up the following platforms.

Platform Description
camera Display the meals from today's mealplan.
sensor Show info about today's meals.
update Shows the current version of Mealie and any available updates.

{% if not installed %}

Installation with HACS


  • Make sure that HACS is installed
  • Add the URL for this repository as a custom repository in HACS
  • Install via HACS -> Integrations

Configuration


  • Navigate to Settings -> Devices & Services -> Integrations
  • Click on "Add Integration"
  • Search for "Mealie"
  • Enter your login credentials and Mealie host address/port (in the http[s]://{address}:{port} form)
  • Enjoy! {% endif %}

Contributions are welcome!


If you want to contribute to this please read the Contribution guidelines

Credits


This project is a fork from https://github.com/mealie-recipes/mealie-hacs/, and builds upon the functionality found there.

The original project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.

The original project used code mainly taken from @Ludeeus's integration_blueprint template.