Skip to content

Add Mealie documentation #33264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions source/_integrations/mealie.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Mealie
description: Instructions on how to setup Mealie devices in Home Assistant.
ha_category:
- Calendar
ha_config_flow: true
ha_release: 2024.7
ha_iot_class: Local Polling
ha_codeowners:
- '@joostlek'
ha_domain: mealie
ha_platforms:
- calendar
ha_integration_type: integration
---

The Mealie integration will fetch data from your [Mealie instance](https://mealie.io/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typographical Correction: Check Spelling

The word "Mealie" might be flagged as a spelling mistake. If "Mealie" is the correct term (as it seems to be the name of the product), consider adding it to a custom dictionary to avoid future flags.

Tools
LanguageTool

[misspelling] ~17-~17: Possible spelling mistake found. (MORFOLOGIK_RULE_EN_US)
Context: ..._integration_type: integration --- The Mealie integration will fetch data from your [...


[misspelling] ~17-~17: Possible spelling mistake found. (MORFOLOGIK_RULE_EN_US)
Context: ... integration will fetch data from your Mealie instance. {% incl...


{% include integrations/config_flow.md %}

## Available calendars

The integration will create a calendar for every type of meal plan:

- Breakfast
- Lunch
- Dinner
- Side
Comment on lines +21 to +28
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure Proper Markdown Formatting

The list of meal types should be surrounded by blank lines to comply with Markdown best practices and to avoid issues with some Markdown parsers.

+ 
- Breakfast
- Lunch
- Dinner
- Side
+ 
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## Available calendars
The integration will create a calendar for every type of meal plan:
- Breakfast
- Lunch
- Dinner
- Side
## Available calendars
The integration will create a calendar for every type of meal plan:
+
- Breakfast
- Lunch
- Dinner
- Side
+
Tools
Markdownlint

28-28: null (MD047, single-trailing-newline)
Files should end with a single newline character

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure the File Ends with a Single Newline Character

The markdown file should end with a single newline character to comply with Markdownlint rules and general UNIX file formatting standards.

- Side
+ Side
+ 
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Side
- Side
+ Side
+
Tools
Markdownlint

28-28: null (MD047, single-trailing-newline)
Files should end with a single newline character