Add recipes available sensor with parameter indicating stock status - #55
Open
detobel36 wants to merge 2 commits into
Open
Add recipes available sensor with parameter indicating stock status#55detobel36 wants to merge 2 commits into
detobel36 wants to merge 2 commits into
Conversation
- Added `sensor.grocy_recipes` displaying the count of available recipes and their details. - Added `all_ingredients_in_stock` boolean parameter to each recipe under sensor attributes using a custom helper `RecipeWrapper` that combines recipe details with their fulfillment status from the Grocy API. - Included base64 proxy picture url support for recipes. - Added comprehensive unit tests and documented the new sensor in `FEATURES.md`. Co-authored-by: detobel36 <5373615+detobel36@users.noreply.github.com>
detobel36
force-pushed
the
add-recipes-sensor-5763480893608198564
branch
from
July 19, 2026 14:50
8e4e740 to
7d86324
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sensor.grocy_recipesdisplaying the count of available recipes and their details.all_ingredients_in_stockboolean parameter to each recipe under sensor attributes using a custom helperRecipeWrapperthat combines recipe details with their fulfillment status from the Grocy API.FEATURES.md.