-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Add Mealie documentation #33264
Conversation
WalkthroughWalkthroughThe changes add instructions for configuring Mealie devices in Home Assistant, enabling users to retrieve meal plan data from a Mealie instance. There are no alterations to exported or public entities. Changes
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional context usedLanguageTool
Markdownlint
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
source/_integrations/mealie.markdown
Outdated
The integration will create a calendar for every type of mealplan: | ||
- Breakfast | ||
- Lunch | ||
- Dinner | ||
- Side |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a blank line before the list of meal types to comply with Markdown best practices.
+
- Breakfast
Committable suggestion was skipped due to low confidence.
Tools
LanguageTool
[misspelling] ~23-~23: Possible spelling mistake found. (MORFOLOGIK_RULE_EN_US)
Context: ...ill create a calendar for every type of mealplan: - Breakfast - Lunch - Dinner - Side
Markdownlint
24-24: null (MD032, blanks-around-lists)
Lists should be surrounded by blank lines
27-27: null (MD047, single-trailing-newline)
Files should end with a single newline character
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @joostlek 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
ha_integration_type: integration | ||
--- | ||
|
||
The Mealie integration will fetch data from your [Mealie instance](https://mealie.io/). |
There was a problem hiding this comment.
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...
## Available calendars | ||
|
||
The integration will create a calendar for every type of meal plan: | ||
|
||
- Breakfast | ||
- Lunch | ||
- Dinner | ||
- Side |
There was a problem hiding this comment.
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.
## 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
- Breakfast | ||
- Lunch | ||
- Dinner | ||
- Side |
There was a problem hiding this comment.
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.
- Side | |
- Side | |
+ Side | |
+ |
Tools
Markdownlint
28-28: null (MD047, single-trailing-newline)
Files should end with a single newline character
Proposed change
Add Mealie documentation
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit