I’m trying to make an automation that will push my shopping list to me whenever I’m at the supermarket, but as far as I can tell, there’s no way to get the list unless you rely on third party Python scripts that parses the JSON and makes that available as a sensor.
I’d like to see a few additions to the shopping list integration so I can:
- Get a count of how many items are on my list (complete, incomplete and total)
- Get the items, either as JSON, and / or a newline separated list, for all items and / or complete / incomplete items.
The shopping list integration has been around for a number of versions now, but feels like a second class citizen in terms of what you can do with it.