custom-components / grocy

Custom Grocy integration for Home Assistant
Apache License 2.0
158 stars 48 forks source link

Add Update/Delete generic services #267

Closed karwosts closed 1 year ago

karwosts commented 1 year ago

Create update_generic and delete_generic services, similar to the existing add_generic service. pygrocy already supports these, so it was pretty simple.

I can't fully exercise the API so I don't know if everything is working perfectly, but I was able to edit/delete a couple tasks/chores, so it seems to work well enough.

I think update_generic solves what is being asked for in #261 .