Dyllan Macias

Results 44 comments of Dyllan Macias

I'd be curious how difficult it'd be to add in an API endpoint for inserting recipes into Grocy While this isn't a full solution, it'd allow for developers to create...

While I have considered making this configurable via Config Flow. I have concerns about cluttering up the UI. Since it'll break existing systems either way, I kicked off the PR...

I just made semi-functional todo entity versions of the sensors, and plan to next start working on the calendar entity. I assume the desire here is to have a calendar...

I have a rough version working now on my branch. I've PR'd it into my todo branch, as the code has similar requirements. - Todo Entity Code: https://github.com/DellanX/grocy/tree/feature/todo - PR...

To restate, I am willing to develop the feature. I realize it's probably not something everyone would use. My target is more on the calendar support side than the original...

Okay, I'll get started on it then. If the idea is to hide the fields too, then I'll try the following: 1. Make a feature flag for durations 2. See...

I was thinking about this. I realize it's not an efficient way to solve the problem, but, couldn't the following be possible: 1. When an atomic request is received, only...

To clarify, I don't have any need for atomics at this time. Your repo has made life for me a thousand times easier, so I was hoping to give back,...

Has there been any movement on this? I have a calendar model that has events which are stored in an ICalendar format. So I need to be able to pull...

I think the feature is pretty easy to add and will give it a shot over the next few days. I've never worked with commands before, so it may take...