ha-our-groceries
ha-our-groceries copied to clipboard
Show Contents of a Shopping List
I am using a receipt printer with my Home Assistant install and I was curious if there was a way to output the full contents of a single shopping list? That way I can scrape it and then print it off. Thank you!
Hello. Same thing here, would like to see the content of the grocery list not just the ID.
Is there a way?
I'd like to use it in an automation, so I'm also interested in a full list.
I was very surprised after installing this that this integration just blindly adds/removes stuff - there is no way to see/sync the list in HA!
I would use the py-our-groceries Python library to develop your own script for this. Getting the list details would require an API call for each list and since this is an unofficial API, I did not want to hammer the ourgroceries server.
Hello! Reading a list is such a rudimentary feature. I don't understand why this isn't included by default alongside adding and removing items. Can we expect an expansion of the API?